Class: Aws::DataZone::Types::ConfigurableActionParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConfigurableActionParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the parameters for the configurable environment action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the configurable action parameter.
-
#value ⇒ String
The value of the configurable action parameter.
Instance Attribute Details
#key ⇒ String
The key of the configurable action parameter.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-datazone/types.rb', line 1194 class ConfigurableActionParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the configurable action parameter.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-datazone/types.rb', line 1194 class ConfigurableActionParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |