class Aws::DataPipeline::Types::ParameterObject

Contains information about a parameter object.

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

data as a hash:

    {
      id: "fieldNameString", # required
      attributes: [ # required
        {
          key: "attributeNameString", # required
          string_value: "attributeValueString", # required
        },
      ],
    }

@!attribute [rw] id

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

@!attribute [rw] attributes

The attributes of the parameter object.
@return [Array<Types::ParameterAttribute>]

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

Constants

SENSITIVE