class Amazonite::SsmV1::DescribePatchPropertiesResult

Included Modules

Defined in:

ssm_v1/describe_patch_properties_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def next_token : String | Nil #

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

[View source]
def properties : Array(Hash(String, String)) | Nil #

[View source]
def properties=(properties : Array(Hash(String, String)) | Nil) #

[View source]