Class: Aws::SSM::Types::GetDeployablePatchSnapshotForInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetDeployablePatchSnapshotForInstanceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_override ⇒ Types::BaselineOverride
Defines the basic information about a patch baseline override.
-
#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`.
-
#use_s3_dual_stack_endpoint ⇒ Boolean
Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL.
Instance Attribute Details
#baseline_override ⇒ Types::BaselineOverride
Defines the basic information about a patch baseline override.
8084 8085 8086 8087 8088 8089 8090 8091 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override, :use_s3_dual_stack_endpoint) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
8084 8085 8086 8087 8088 8089 8090 8091 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override, :use_s3_dual_stack_endpoint) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The snapshot ID provided by the user when running ‘AWS-RunPatchBaseline`.
8084 8085 8086 8087 8088 8089 8090 8091 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override, :use_s3_dual_stack_endpoint) SENSITIVE = [] include Aws::Structure end |
#use_s3_dual_stack_endpoint ⇒ Boolean
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.
8084 8085 8086 8087 8088 8089 8090 8091 |
# File 'lib/aws-sdk-ssm/types.rb', line 8084 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override, :use_s3_dual_stack_endpoint) SENSITIVE = [] include Aws::Structure end |