Class: Aws::ControlTower::Types::GetEnabledControlInput

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_identifierString

The controlIdentifier of the enabled control.

Returns:

  • (String)


840
841
842
843
844
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 840

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