class
Amazonite::Ssm::GetDeployablePatchSnapshotForInstanceRequest
- Amazonite::Ssm::GetDeployablePatchSnapshotForInstanceRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_deployable_patch_snapshot_for_instance_request.crConstructors
- .new(instance_id : String, snapshot_id : String, baseline_override : BaselineOverride | Nil = nil, use_s3_dual_stack_endpoint : Bool | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#baseline_override : BaselineOverride | Nil
Defines the basic information about a patch baseline override.
-
#baseline_override=(baseline_override : BaselineOverride | Nil)
Defines the basic information about a patch baseline override.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
-
#instance_id=(instance_id : String)
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
-
#snapshot_id : String
The snapshot ID provided by the user when running
AWS-RunPatchBaseline. -
#snapshot_id=(snapshot_id : String)
The snapshot ID provided by the user when running
AWS-RunPatchBaseline. -
#use_s3_dual_stack_endpoint : Bool | Nil
Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL.
-
#use_s3_dual_stack_endpoint=(use_s3_dual_stack_endpoint : Bool | Nil)
Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Defines the basic information about a patch baseline override.
Defines the basic information about a patch baseline override.
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
The snapshot ID provided by the user when running AWS-RunPatchBaseline.
Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to
true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false
to use standard IPv4-only endpoints. Default is false. This parameter is required for managed
nodes in IPv6-only environments.
Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL. Set to
true to receive a presigned URL that supports both IPv4 and IPv6 connectivity. Set to false
to use standard IPv4-only endpoints. Default is false. This parameter is required for managed
nodes in IPv6-only environments.