Class: Aws::ControlTower::Types::UpdateEnabledBaselineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::UpdateEnabledBaselineInput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_version ⇒ String
Specifies the new
Baseline
version, to which theEnabledBaseline
should be updated. -
#enabled_baseline_identifier ⇒ String
Specifies the
EnabledBaseline
resource to be updated. -
#parameters ⇒ Array<Types::EnabledBaselineParameter>
Parameters to apply when making an update.
Instance Attribute Details
#baseline_version ⇒ String
Specifies the new Baseline
version, to which the EnabledBaseline
should be updated.
1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1753 class UpdateEnabledBaselineInput < Struct.new( :baseline_version, :enabled_baseline_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |
#enabled_baseline_identifier ⇒ String
Specifies the EnabledBaseline
resource to be updated.
1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1753 class UpdateEnabledBaselineInput < Struct.new( :baseline_version, :enabled_baseline_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::EnabledBaselineParameter>
Parameters to apply when making an update.
1753 1754 1755 1756 1757 1758 1759 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1753 class UpdateEnabledBaselineInput < Struct.new( :baseline_version, :enabled_baseline_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |