class Aws::DataPipeline::Types::PipelineObject

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

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

data as a hash:

    {
      id: "id", # required
      name: "id", # required
      fields: [ # required
        {
          key: "fieldNameString", # required
          string_value: "fieldStringValue",
          ref_value: "fieldNameString",
        },
      ],
    }

@!attribute [rw] id

The ID of the object.
@return [String]

@!attribute [rw] name

The name of the object.
@return [String]

@!attribute [rw] fields

Key-value pairs that define the properties of the object.
@return [Array<Types::Field>]

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

Constants

SENSITIVE