Class: Aws::ControlTower::Types::GetEnabledControlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetEnabledControlInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_control_identifier ⇒ String
The ‘controlIdentifier` of the enabled control.
Instance Attribute Details
#enabled_control_identifier ⇒ String
The ‘controlIdentifier` of the enabled control.
1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-controltower/types.rb', line 1209 class GetEnabledControlInput < Struct.new( :enabled_control_identifier) SENSITIVE = [] include Aws::Structure end |