Class: Aws::DataPipeline::Types::DescribeObjectsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb

Overview

Contains the parameters for DescribeObjects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluate_expressionsBoolean

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

Returns:

  • (Boolean)


202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 202

class DescribeObjectsInput < Struct.new(
  :pipeline_id,
  :object_ids,
  :evaluate_expressions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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.

Returns:

  • (String)


202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 202

class DescribeObjectsInput < Struct.new(
  :pipeline_id,
  :object_ids,
  :evaluate_expressions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#object_idsArray<String>

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.

Returns:

  • (Array<String>)


202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 202

class DescribeObjectsInput < Struct.new(
  :pipeline_id,
  :object_ids,
  :evaluate_expressions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_idString

The ID of the pipeline that contains the object definitions.

Returns:

  • (String)


202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 202

class DescribeObjectsInput < Struct.new(
  :pipeline_id,
  :object_ids,
  :evaluate_expressions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end