Class: Aws::ControlTower::Types::EnableControlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnableControlInput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_identifier ⇒ String
The ARN of the control.
-
#parameters ⇒ Array<Types::EnabledControlParameter>
A list of input parameter values, which are specified to configure the control when you enable it.
-
#tags ⇒ Hash<String,String>
Tags to be applied to the
EnabledControlresource. -
#target_identifier ⇒ String
The ARN of the organizational unit.
Instance Attribute Details
#control_identifier ⇒ String
The ARN of the control. Only Strongly recommended and
Elective controls are permitted, with the exception of the
Region deny control. For information on how to find the
controlIdentifier, see the overview page.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 534 class EnableControlInput < Struct.new( :control_identifier, :target_identifier, :tags, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Array<Types::EnabledControlParameter>
A list of input parameter values, which are specified to configure the control when you enable it.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 534 class EnableControlInput < Struct.new( :control_identifier, :target_identifier, :tags, :parameters) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to be applied to the EnabledControl resource.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 534 class EnableControlInput < Struct.new( :control_identifier, :target_identifier, :tags, :parameters) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The ARN of the organizational unit. For information on how to find
the targetIdentifier, see the overview page.
534 535 536 537 538 539 540 541 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 534 class EnableControlInput < Struct.new( :control_identifier, :target_identifier, :tags, :parameters) SENSITIVE = [] include Aws::Structure end |