Class: Aws::SSM::Types::PatchBaselineIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchBaselineIdentity
- Includes:
- Aws::Structure
- Defined in:
- 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.
14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-ssm/types.rb', line 14710 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.
14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-ssm/types.rb', line 14710 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.
14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-ssm/types.rb', line 14710 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.
14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-ssm/types.rb', line 14710 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`.
14710 14711 14712 14713 14714 14715 14716 14717 14718 |
# File 'lib/aws-sdk-ssm/types.rb', line 14710 class PatchBaselineIdentity < Struct.new( :baseline_id, :baseline_name, :operating_system, :baseline_description, :default_baseline) SENSITIVE = [] include Aws::Structure end |