class Amazonite::SsmV1::GetDeployablePatchSnapshotForInstanceResult

Included Modules

Defined in:

ssm_v1/get_deployable_patch_snapshot_for_instance_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(instance_id : String | Nil = nil, snapshot_id : String | Nil = nil, snapshot_download_url : String | Nil = nil, product : String | Nil = nil) #

[View source]

Instance Method Detail

def instance_id : String | Nil #

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

[View source]
def product : String | Nil #

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

[View source]
def snapshot_download_url : String | Nil #

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

[View source]
def snapshot_id : String | Nil #

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

[View source]