Class: Aws::ControlTower::Types::GetEnabledBaselineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetEnabledBaselineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_baseline_identifier ⇒ String
Identifier of the ‘EnabledBaseline` resource to be retrieved, in ARN format.
Instance Attribute Details
#enabled_baseline_identifier ⇒ String
Identifier of the ‘EnabledBaseline` resource to be retrieved, in ARN format.
978 979 980 981 982 |
# File 'lib/aws-sdk-controltower/types.rb', line 978 class GetEnabledBaselineInput < Struct.new( :enabled_baseline_identifier) SENSITIVE = [] include Aws::Structure end |