You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataPipeline::Types::ParameterAttribute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ParameterAttribute as input to an Aws::Client method, you can use a vanilla Hash:

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

The attributes allowed or specified with a parameter object.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The field identifier.

Returns:

  • (String)

    The field identifier.

#string_valueString

The field value, expressed as a String.

Returns:

  • (String)

    The field value, expressed as a String.