Class: Aws::DataPipeline::Types::ParameterAttribute

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The field identifier.

Returns:

  • (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

#string_valueString

The field value, expressed as a String.

Returns:

  • (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