class Amazonite::SsmV1::DescribeInstancePatchStatesForPatchGroupResult
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/describe_instance_patch_states_for_patch_group_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(instance_patch_states : Array(InstancePatchState) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
- #instance_patch_states : Array(InstancePatchState) | Nil
- #instance_patch_states=(instance_patch_states : Array(InstancePatchState) | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
Constructor Detail
def self.new(instance_patch_states : Array(InstancePatchState) | Nil = nil, next_token : String | Nil = nil)
#