Class: Aws::DataZone::Types::ConfigurableActionParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ConfigurableActionParameter
- Defined in:
- gems/aws-sdk-datazone/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.
1414 1415 1416 1417 1418 1419 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1414 class ConfigurableActionParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the configurable action parameter.
1414 1415 1416 1417 1418 1419 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1414 class ConfigurableActionParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |