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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datapipeline/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 'gems/aws-sdk-datapipeline/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 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 589

class ParameterValue < Struct.new(
  :id,
  :string_value)
  SENSITIVE = []
  include Aws::Structure
end