Class: Aws::SSM::Types::GetDeployablePatchSnapshotForInstanceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_overrideTypes::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_idString

The ID of the managed node for which the appropriate patch snapshot should be retrieved.

Returns:

  • (String)


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_idString

The snapshot ID provided by the user when running ‘AWS-RunPatchBaseline`.

Returns:

  • (String)


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_endpointBoolean

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.

Returns:

  • (Boolean)


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