Class: Aws::ControlTower::Types::UpdateEnabledControlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::UpdateEnabledControlInput
- Defined in:
- gems/aws-sdk-controltower/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
Keyis of typeStringandValueis of typeDocument.
Instance Attribute Details
#enabled_control_identifier ⇒ String
The ARN of the enabled control that will be updated.
1888 1889 1890 1891 1892 1893 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1888 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.
1888 1889 1890 1891 1892 1893 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1888 class UpdateEnabledControlInput < Struct.new( :enabled_control_identifier, :parameters) SENSITIVE = [] include Aws::Structure end |