Class: Aws::ControlTower::Types::EnabledBaselineParameterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledBaselineParameterSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Summary of an applied 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.
652 653 654 655 656 657 |
# File 'lib/aws-sdk-controltower/types.rb', line 652 class EnabledBaselineParameterSummary < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
A low-level document object of any type (for example, a Java Object).
652 653 654 655 656 657 |
# File 'lib/aws-sdk-controltower/types.rb', line 652 class EnabledBaselineParameterSummary < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |