Class: Aws::SSM::Types::PatchBaselineIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchBaselineIdentity
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Defines the basic information about a patch baseline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_description ⇒ String
The description of the patch baseline.
-
#baseline_id ⇒ String
The ID of the patch baseline.
-
#baseline_name ⇒ String
The name of the patch baseline.
-
#default_baseline ⇒ Boolean
Indicates whether this is the default baseline.
-
#operating_system ⇒ String
Defines the operating system the patch baseline applies to.
Instance Attribute Details
#baseline_description ⇒ String
The description of the patch baseline.
14712 14713 14714 14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14712 class PatchBaselineIdentity < Struct.new( :baseline_id, :baseline_name, :operating_system, :baseline_description, :default_baseline) SENSITIVE = [] include Aws::Structure end |
#baseline_id ⇒ String
The ID of the patch baseline.
14712 14713 14714 14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14712 class PatchBaselineIdentity < Struct.new( :baseline_id, :baseline_name, :operating_system, :baseline_description, :default_baseline) SENSITIVE = [] include Aws::Structure end |
#baseline_name ⇒ String
The name of the patch baseline.
14712 14713 14714 14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14712 class PatchBaselineIdentity < Struct.new( :baseline_id, :baseline_name, :operating_system, :baseline_description, :default_baseline) SENSITIVE = [] include Aws::Structure end |
#default_baseline ⇒ Boolean
Indicates whether this is the default baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.
14712 14713 14714 14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14712 class PatchBaselineIdentity < Struct.new( :baseline_id, :baseline_name, :operating_system, :baseline_description, :default_baseline) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
Defines the operating system the patch baseline applies to. The
default value is WINDOWS
.
14712 14713 14714 14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14712 class PatchBaselineIdentity < Struct.new( :baseline_id, :baseline_name, :operating_system, :baseline_description, :default_baseline) SENSITIVE = [] include Aws::Structure end |