Class: Aws::DataPipeline::Types::ParameterValue

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

Instance Attribute Details

#idString

The ID of the parameter value.

Returns:

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

#string_valueString

The field value, expressed as a String.

Returns:

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