Class: Aws::DataPipeline::Types::ParameterValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::ParameterValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
A value or list of parameter values.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the parameter value.
-
#string_value ⇒ String
The field value, expressed as a String.
Instance Attribute Details
#id ⇒ String
The ID of the parameter value.
589 590 591 592 593 594 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 589 class ParameterValue < Struct.new( :id, :string_value) SENSITIVE = [] include Aws::Structure end |
#string_value ⇒ String
The field value, expressed as a String.
589 590 591 592 593 594 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 589 class ParameterValue < Struct.new( :id, :string_value) SENSITIVE = [] include Aws::Structure end |