#[non_exhaustive]pub struct DescribeBundleTasksOutput { /* private fields */ }
Implementations§
source§impl DescribeBundleTasksOutput
impl DescribeBundleTasksOutput
sourcepub fn bundle_tasks(&self) -> Option<&[BundleTask]>
pub fn bundle_tasks(&self) -> Option<&[BundleTask]>
Information about the bundle tasks.
source§impl DescribeBundleTasksOutput
impl DescribeBundleTasksOutput
sourcepub fn builder() -> DescribeBundleTasksOutputBuilder
pub fn builder() -> DescribeBundleTasksOutputBuilder
Creates a new builder-style object to manufacture DescribeBundleTasksOutput
.
Trait Implementations§
source§impl Clone for DescribeBundleTasksOutput
impl Clone for DescribeBundleTasksOutput
source§fn clone(&self) -> DescribeBundleTasksOutput
fn clone(&self) -> DescribeBundleTasksOutput
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 DescribeBundleTasksOutput
impl Debug for DescribeBundleTasksOutput
source§impl PartialEq<DescribeBundleTasksOutput> for DescribeBundleTasksOutput
impl PartialEq<DescribeBundleTasksOutput> for DescribeBundleTasksOutput
source§fn eq(&self, other: &DescribeBundleTasksOutput) -> bool
fn eq(&self, other: &DescribeBundleTasksOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeBundleTasksOutput
impl RequestId for DescribeBundleTasksOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.