class Amazonite::Ssm::GetDeployablePatchSnapshotForInstanceResult

Included Modules

Defined in:

ssm/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 ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def instance_id : String | Nil #

The managed node ID.


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

The managed node ID.


[View source]
def product : String | Nil #

Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.


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

Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.


[View source]
def snapshot_download_url : String | Nil #

A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.


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

A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.


[View source]
def snapshot_id : String | Nil #

The user-defined snapshot ID.


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

The user-defined snapshot ID.


[View source]
def validate! : Nil #

[View source]