class Amazonite::Ssm::DescribeInstancePatchStatesRequest

Included Modules

Defined in:

ssm/describe_instance_patch_states_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def instance_ids : Array(String) #

The ID of the managed node for which patch state information should be retrieved.


[View source]
def instance_ids=(instance_ids : Array(String)) #

The ID of the managed node for which patch state information should be retrieved.


[View source]
def max_results : Int32 | Nil #

The maximum number of managed nodes to return (per page).


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

The maximum number of managed nodes 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 validate! : Nil #

[View source]