Struct aws_sdk_ec2::output::DescribeConversionTasksOutput
source · #[non_exhaustive]pub struct DescribeConversionTasksOutput { /* private fields */ }
Implementations§
source§impl DescribeConversionTasksOutput
impl DescribeConversionTasksOutput
sourcepub fn conversion_tasks(&self) -> Option<&[ConversionTask]>
pub fn conversion_tasks(&self) -> Option<&[ConversionTask]>
Information about the conversion tasks.
source§impl DescribeConversionTasksOutput
impl DescribeConversionTasksOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConversionTasksOutput
.
Trait Implementations§
source§impl Clone for DescribeConversionTasksOutput
impl Clone for DescribeConversionTasksOutput
source§fn clone(&self) -> DescribeConversionTasksOutput
fn clone(&self) -> DescribeConversionTasksOutput
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 PartialEq<DescribeConversionTasksOutput> for DescribeConversionTasksOutput
impl PartialEq<DescribeConversionTasksOutput> for DescribeConversionTasksOutput
source§fn eq(&self, other: &DescribeConversionTasksOutput) -> bool
fn eq(&self, other: &DescribeConversionTasksOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.