Class: Aws::ControlTower::Types::EnabledControlParameterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnabledControlParameterSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Returns a summary of information about the parameters of an enabled control.
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.
814 815 816 817 818 819 |
# File 'lib/aws-sdk-controltower/types.rb', line 814 class EnabledControlParameterSummary < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Hash, ...
The value of a key/value pair.
814 815 816 817 818 819 |
# File 'lib/aws-sdk-controltower/types.rb', line 814 class EnabledControlParameterSummary < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |