class Amazonite::SsmV1::DescribeInstancePatchStatesForPatchGroupRequest

Included Modules

Defined in:

ssm_v1/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 filters : Array(InstancePatchStateFilter) | Nil #

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

[View source]
def max_results : Int32 | Nil #

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

[View source]
def next_token : String | Nil #

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

[View source]
def patch_group : String #

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

[View source]