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.



7659
7660
7661
7662
7663
7664
7665
# File 'lib/aws-sdk-ssm/types.rb', line 7659

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)


7659
7660
7661
7662
7663
7664
7665
# File 'lib/aws-sdk-ssm/types.rb', line 7659

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)


7659
7660
7661
7662
7663
7664
7665
# File 'lib/aws-sdk-ssm/types.rb', line 7659

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