Class: Aws::ControlTower::Types::EnabledControlParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlParameter
- 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
-
#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.
774 775 776 777 778 779 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 774 class EnabledControlParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
The value of a key/value pair.
774 775 776 777 778 779 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 774 class EnabledControlParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |