class Aws::DataPipeline::Types::ParameterValue

A value or list of parameter values.

@note When making an API call, you may pass ParameterValue

data as a hash:

    {
      id: "fieldNameString", # required
      string_value: "fieldStringValue", # required
    }

@!attribute [rw] id

The ID of the parameter value.
@return [String]

@!attribute [rw] string_value

The field value, expressed as a String.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/ParameterValue AWS API Documentation

Constants

SENSITIVE