class Aws::DataPipeline::Types::ParameterAttribute

The attributes allowed or specified with a parameter object.

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

data as a hash:

    {
      key: "attributeNameString", # required
      string_value: "attributeValueString", # required
    }

@!attribute [rw] key

The field identifier.
@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/ParameterAttribute AWS API Documentation

Constants

SENSITIVE