Class: Aws::ControlTower::Types::EnabledControlParameter

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of a key/value pair.

Returns:

  • (String)


635
636
637
638
639
640
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 635

class EnabledControlParameter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueHash, ...

The value of a key/value pair.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


635
636
637
638
639
640
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 635

class EnabledControlParameter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end