Struct aws_sdk_datapipeline::output::DescribeObjectsOutput
source · [−]#[non_exhaustive]pub struct DescribeObjectsOutput { /* private fields */ }
Expand description
Contains the output of DescribeObjects.
Implementations
sourceimpl 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.
sourceimpl DescribeObjectsOutput
impl DescribeObjectsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeObjectsOutput
.
Trait Implementations
sourceimpl Clone for DescribeObjectsOutput
impl Clone for DescribeObjectsOutput
sourcefn clone(&self) -> DescribeObjectsOutput
fn clone(&self) -> DescribeObjectsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeObjectsOutput
impl Debug for DescribeObjectsOutput
sourceimpl PartialEq<DescribeObjectsOutput> for DescribeObjectsOutput
impl PartialEq<DescribeObjectsOutput> for DescribeObjectsOutput
sourcefn eq(&self, other: &DescribeObjectsOutput) -> bool
fn eq(&self, other: &DescribeObjectsOutput) -> bool
impl StructuralPartialEq for DescribeObjectsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeObjectsOutput
impl Send for DescribeObjectsOutput
impl Sync for DescribeObjectsOutput
impl Unpin for DescribeObjectsOutput
impl UnwindSafe for DescribeObjectsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more