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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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.



852
853
854
855
856
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 852

class GetEnabledControlOutput < Struct.new(
  :enabled_control_details)
  SENSITIVE = []
  include Aws::Structure
end