Class: Aws::ControlTower::Types::GetEnabledControlOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_control_detailsTypes::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