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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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.



7718
7719
7720
7721
7722
7723
7724
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
  :instance_id,
  :snapshot_id,
  :baseline_override)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

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

Returns:

  • (String)


7718
7719
7720
7721
7722
7723
7724
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
  :instance_id,
  :snapshot_id,
  :baseline_override)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

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

Returns:

  • (String)


7718
7719
7720
7721
7722
7723
7724
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7718

class GetDeployablePatchSnapshotForInstanceRequest < Struct.new(
  :instance_id,
  :snapshot_id,
  :baseline_override)
  SENSITIVE = []
  include Aws::Structure
end