#[non_exhaustive]pub struct DescribeObjectsOutput { /* private fields */ }
Expand description
Contains the output of DescribeObjects.
Implementations§
source§impl DescribeObjectsOutput
impl DescribeObjectsOutput
sourcepub fn pipeline_objects(&self) -> Option<&[PipelineObject]>
pub fn pipeline_objects(&self) -> Option<&[PipelineObject]>
An array of object definitions.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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.
sourcepub fn has_more_results(&self) -> bool
pub fn has_more_results(&self) -> bool
Indicates whether there are more results to return.
source§impl DescribeObjectsOutput
impl DescribeObjectsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeObjectsOutput
.
Trait Implementations§
source§impl Clone for DescribeObjectsOutput
impl Clone for DescribeObjectsOutput
source§fn clone(&self) -> DescribeObjectsOutput
fn clone(&self) -> DescribeObjectsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeObjectsOutput
impl Debug for DescribeObjectsOutput
source§impl PartialEq<DescribeObjectsOutput> for DescribeObjectsOutput
impl PartialEq<DescribeObjectsOutput> for DescribeObjectsOutput
source§fn eq(&self, other: &DescribeObjectsOutput) -> bool
fn eq(&self, other: &DescribeObjectsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.