Class: Aws::ControlTower::Types::GetEnabledControlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetEnabledControlOutput
- Defined in:
- gems/aws-sdk-controltower/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.
994 995 996 997 998 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 994 class GetEnabledControlOutput < Struct.new( :enabled_control_details) SENSITIVE = [] include Aws::Structure end |