Struct rusoto_datapipeline::DescribeObjectsOutput
[−]
[src]
pub struct DescribeObjectsOutput { pub has_more_results: Option<bool>, pub marker: Option<String>, pub pipeline_objects: Vec<PipelineObject>, }
Contains the output of DescribeObjects.
Fields
has_more_results: Option<bool>
Indicates whether there are more results to return.
marker: Option<String>
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.
pipeline_objects: Vec<PipelineObject>
An array of object definitions.
Trait Implementations
impl Default for DescribeObjectsOutput
[src]
fn default() -> DescribeObjectsOutput
[src]
Returns the "default value" for a type. Read more
impl Debug for DescribeObjectsOutput
[src]
impl Clone for DescribeObjectsOutput
[src]
fn clone(&self) -> DescribeObjectsOutput
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more