Class: Aws::ControlTower::Types::EnableControlInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 404

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

#parametersArray<Types::EnabledControlParameter>

A list of input parameter values, which are specified to configure the control when you enable it.

Returns:



404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 404

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

#tagsHash<String,String>

Tags to be applied to the EnabledControl resource.

Returns:

  • (Hash<String,String>)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 404

class EnableControlInput < Struct.new(
  :control_identifier,
  :parameters,
  :tags,
  :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.

Returns:

  • (String)


404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 404

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