Struct rusoto_datapipeline::DescribeObjectsOutput [] [src]

pub struct DescribeObjectsOutput {
    pub has_more_results: Option<Boolean>,
    pub marker: Option<String>,
    pub pipeline_objects: PipelineObjectList,
}

Contains the output of DescribeObjects.

Fields

Indicates whether there are more results to return.

The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

An array of object definitions.

Trait Implementations

impl Default for DescribeObjectsOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeObjectsOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeObjectsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more