Class: Aws::ControlTower::Types::EnabledBaselineParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
A key-value parameter to an ‘EnabledBaseline` resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
A string denoting the parameter key.
-
#value ⇒ Hash, ...
A low-level ‘Document` object of any type (for example, a Java Object).
Instance Attribute Details
#key ⇒ String
A string denoting the parameter key.
632 633 634 635 636 637 |
# File 'lib/aws-sdk-controltower/types.rb', line 632 class EnabledBaselineParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
A low-level ‘Document` object of any type (for example, a Java Object).
632 633 634 635 636 637 |
# File 'lib/aws-sdk-controltower/types.rb', line 632 class EnabledBaselineParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |