Class: Aws::ControlTower::Types::DisableControlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::DisableControlInput
- 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.
-
#enabled_control_identifier ⇒ String
The ARN of the enabled control to be disabled, which uniquely identifies the control instance on the target organizational unit.
-
#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.
386 387 388 389 390 391 392 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 386 class DisableControlInput < Struct.new( :control_identifier, :target_identifier, :enabled_control_identifier) SENSITIVE = [] include Aws::Structure end |
#enabled_control_identifier ⇒ String
The ARN of the enabled control to be disabled, which uniquely identifies the control instance on the target organizational unit.
386 387 388 389 390 391 392 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 386 class DisableControlInput < Struct.new( :control_identifier, :target_identifier, :enabled_control_identifier) 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.
386 387 388 389 390 391 392 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 386 class DisableControlInput < Struct.new( :control_identifier, :target_identifier, :enabled_control_identifier) SENSITIVE = [] include Aws::Structure end |