Class: Aws::ControlTower::Types::EnabledControlParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlParameter
- Includes:
- Structure
- Defined in:
- 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
-
#key ⇒ String
The key of a key/value pair.
-
#value ⇒ Hash, ...
The value of a key/value pair.
Instance Attribute Details
#key ⇒ String
The key of a key/value pair.
794 795 796 797 798 799 |
# File 'lib/aws-sdk-controltower/types.rb', line 794 class EnabledControlParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
The value of a key/value pair.
794 795 796 797 798 799 |
# File 'lib/aws-sdk-controltower/types.rb', line 794 class EnabledControlParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |