Class: Aws::ControlTower::Types::UpdateEnabledControlInput

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

#enabled_control_identifierString

The ARN of the enabled control that will be updated.

Returns:

  • (String)


2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-controltower/types.rb', line 2009

class UpdateEnabledControlInput < Struct.new(
  :parameters,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::EnabledControlParameter>

A key/value pair, where ‘Key` is of type `String` and `Value` is of type `Document`.

Returns:



2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-controltower/types.rb', line 2009

class UpdateEnabledControlInput < Struct.new(
  :parameters,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end