Struct aws_sdk_ec2::output::DescribeBundleTasksOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 ==
.