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.



989
990
991
992
993
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 989

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