class Amazonite::Ssm::DescribeInstancePatchStatesForPatchGroupRequest

Included Modules

Defined in:

ssm/describe_instance_patch_states_for_patch_group_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(patch_group : String, filters : Array(InstancePatchStateFilter) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def filters : Array(InstancePatchStateFilter) | Nil #

Each entry in the array is a structure containing:

  • Key (string between 1 and 200 characters)

  • Values (array containing a single string)

  • Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")


[View source]
def filters=(filters : Array(InstancePatchStateFilter) | Nil) #

Each entry in the array is a structure containing:

  • Key (string between 1 and 200 characters)

  • Values (array containing a single string)

  • Type (string "Equal", "NotEqual", "LessThan", "GreaterThan")


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def max_results : Int32 | Nil #

The maximum number of patches to return (per page).


[View source]
def max_results=(max_results : Int32 | Nil) #

The maximum number of patches to return (per page).


[View source]
def next_token : String | Nil #

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def next_token=(next_token : String | Nil) #

The token for the next set of items to return. (You received this token from a previous call.)


[View source]
def patch_group : String #

The name of the patch group for which the patch state information should be retrieved.


[View source]
def patch_group=(patch_group : String) #

The name of the patch group for which the patch state information should be retrieved.


[View source]
def validate! : Nil #

[View source]