class Amazonite::SsmV1::DescribeInstancePatchStatesForPatchGroupRequest
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/describe_instance_patch_states_for_patch_group_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_group : String, filters : Array(InstancePatchStateFilter) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
Instance Method Summary
- #filters : Array(InstancePatchStateFilter) | Nil
- #filters=(filters : Array(InstancePatchStateFilter) | Nil)
- #max_results : Int32 | Nil
- #max_results=(max_results : Int32 | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #patch_group : String
- #patch_group=(patch_group : String)
Constructor Detail
def self.new(patch_group : String, filters : Array(InstancePatchStateFilter) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
#