AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the DescribeObjects operation. Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DataPipeline.AmazonDataPipelineRequest
      Amazon.DataPipeline.Model.DescribeObjectsRequest

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeObjectsRequest : AmazonDataPipelineRequest
         IRequestEvents

The DescribeObjectsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeObjectsRequest()

Properties

NameTypeDescription
Public Property EvaluateExpressions System.Boolean Gets and sets the property EvaluateExpressions.

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

Public Property Marker System.String Gets and sets the property 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.

Public Property ObjectIds System.Collections.Generic.List<System.String> Gets and sets the property ObjectIds.

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.

Public Property PipelineId System.String Gets and sets the property PipelineId.

The ID of the pipeline that contains the object definitions.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8