class
Amazonite::Ssm::GetDeployablePatchSnapshotForInstanceResult
- Amazonite::Ssm::GetDeployablePatchSnapshotForInstanceResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_deployable_patch_snapshot_for_instance_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(instance_id : String | Nil = nil, snapshot_id : String | Nil = nil, snapshot_download_url : String | Nil = nil, product : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String | Nil
The managed node ID.
-
#instance_id=(instance_id : String | Nil)
The managed node ID.
-
#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.
-
#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.
-
#snapshot_download_url : String | Nil
A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.
-
#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.
-
#snapshot_id : String | Nil
The user-defined snapshot ID.
-
#snapshot_id=(snapshot_id : String | Nil)
The user-defined snapshot ID.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.
Returns the specific operating system (for example Windows Server 2012 or Amazon Linux 2015.09) on the managed node for the specified patch snapshot.
A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.
A pre-signed Amazon Simple Storage Service (Amazon S3) URL that can be used to download the patch snapshot.