Class: Aws::ControlTower::Types::GetEnabledControlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetEnabledControlOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_control_details ⇒ Types::EnabledControlDetails
Information about the enabled control.
Instance Attribute Details
#enabled_control_details ⇒ Types::EnabledControlDetails
Information about the enabled control.
1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-controltower/types.rb', line 1014 class GetEnabledControlOutput < Struct.new( :enabled_control_details) SENSITIVE = [] include Aws::Structure end |