Class: Aws::ControlTower::Types::UpdateEnabledControlInput

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_identifierString

The ARN of the enabled control that will be updated.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
# File 'lib/aws-sdk-controltower/types.rb', line 1786

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

#parametersArray<Types::EnabledControlParameter>

A key/value pair, where ‘Key` is of type `String` and `Value` is of type `Document`.

Returns:



1786
1787
1788
1789
1790
1791
# File 'lib/aws-sdk-controltower/types.rb', line 1786

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