Class: Aws::ControlTower::Types::UpdateEnabledControlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::UpdateEnabledControlInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_control_identifier ⇒ String
The ARN of the enabled control that will be updated.
-
#parameters ⇒ Array<Types::EnabledControlParameter>
A key/value pair, where ‘Key` is of type `String` and `Value` is of type `Document`.
Instance Attribute Details
#enabled_control_identifier ⇒ String
The ARN of the enabled control that will be updated.
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 |
#parameters ⇒ Array<Types::EnabledControlParameter>
A key/value pair, where ‘Key` is of type `String` and `Value` is of type `Document`.
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 |