Class: Aws::ControlTower::Types::DisableControlInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_identifierString

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].

[1]: docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html

Returns:

  • (String)


374
375
376
377
378
379
# File 'lib/aws-sdk-controltower/types.rb', line 374

class DisableControlInput < Struct.new(
  :control_identifier,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifierString

The ARN of the organizational unit. For information on how to find the ‘targetIdentifier`, see [the overview page].

[1]: docs.aws.amazon.com/controltower/latest/APIReference/Welcome.html

Returns:

  • (String)


374
375
376
377
378
379
# File 'lib/aws-sdk-controltower/types.rb', line 374

class DisableControlInput < Struct.new(
  :control_identifier,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end