Class: Aws::ControlTower::Types::ResetEnabledBaselineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ResetEnabledBaselineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_baseline_identifier ⇒ String
Specifies the ID of the
EnabledBaselineresource to be re-enabled, in ARN format.
Instance Attribute Details
#enabled_baseline_identifier ⇒ String
Specifies the ID of the EnabledBaseline resource to be re-enabled,
in ARN format.
1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-controltower/types.rb', line 1796 class ResetEnabledBaselineInput < Struct.new( :enabled_baseline_identifier) SENSITIVE = [] include Aws::Structure end |