class Aws::DataPipeline::Types::Field
A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (`StringValue`) or a reference to another object (`RefValue`) but not as both.
@note When making an API call, you may pass Field
data as a hash: { key: "fieldNameString", # required string_value: "fieldStringValue", ref_value: "fieldNameString", }
@!attribute [rw] key
The field identifier. @return [String]
@!attribute [rw] string_value
The field value, expressed as a String. @return [String]
@!attribute [rw] ref_value
The field value, expressed as the identifier of another object. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/Field AWS API Documentation
Constants
- SENSITIVE