Class: Aws::DataPipeline::Types::ParameterAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::ParameterAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
The attributes allowed or specified with a parameter object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The field identifier.
-
#string_value ⇒ String
The field value, expressed as a String.
Instance Attribute Details
#key ⇒ String
The field identifier.
551 552 553 554 555 556 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 551 class ParameterAttribute < Struct.new( :key, :string_value) SENSITIVE = [] include Aws::Structure end |
#string_value ⇒ String
The field value, expressed as a String.
551 552 553 554 555 556 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 551 class ParameterAttribute < Struct.new( :key, :string_value) SENSITIVE = [] include Aws::Structure end |