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

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 ARN of the enabled control that will be updated.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1456

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:



1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1456

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