class Aws::DataPipeline::Types::DescribeObjectsInput

Contains the parameters for DescribeObjects.

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

data as a hash:

    {
      pipeline_id: "id", # required
      object_ids: ["id"], # required
      evaluate_expressions: false,
      marker: "string",
    }

@!attribute [rw] pipeline_id

The ID of the pipeline that contains the object definitions.
@return [String]

@!attribute [rw] object_ids

The IDs of the pipeline objects that contain the definitions to be
described. You can pass as many as 25 identifiers in a single call
to `DescribeObjects`.
@return [Array<String>]

@!attribute [rw] evaluate_expressions

Indicates whether any expressions in the object should be evaluated
when the object descriptions are returned.
@return [Boolean]

@!attribute [rw] marker

The starting point for the results to be returned. For the first
call, this value should be empty. As long as there are more results,
continue to call `DescribeObjects` with the marker value from the
previous call to retrieve the next set of results.
@return [String]

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

Constants

SENSITIVE