class Amazonite::SsmV1::DescribeInstancePatchStatesResult

Included Modules

Defined in:

ssm_v1/describe_instance_patch_states_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def instance_patch_states : Array(InstancePatchState) | Nil #

[View source]
def instance_patch_states=(instance_patch_states : Array(InstancePatchState) | Nil) #

[View source]
def next_token : String | Nil #

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

[View source]