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`.
Instance Attribute Details
#baseline_override ⇒ Types::BaselineOverride
Defines the basic information about a patch baseline override.
7738 7739 7740 7741 7742 7743 7744 |
# File 'lib/aws-sdk-ssm/types.rb', line 7738 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
7738 7739 7740 7741 7742 7743 7744 |
# File 'lib/aws-sdk-ssm/types.rb', line 7738 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override) SENSITIVE = [] include Aws::Structure end |
#snapshot_id ⇒ String
The snapshot ID provided by the user when running ‘AWS-RunPatchBaseline`.
7738 7739 7740 7741 7742 7743 7744 |
# File 'lib/aws-sdk-ssm/types.rb', line 7738 class GetDeployablePatchSnapshotForInstanceRequest < Struct.new( :instance_id, :snapshot_id, :baseline_override) SENSITIVE = [] include Aws::Structure end |