Struct aws_sdk_ec2::output::DescribeStoreImageTasksOutput
source · #[non_exhaustive]pub struct DescribeStoreImageTasksOutput { /* private fields */ }
Implementations§
source§impl DescribeStoreImageTasksOutput
impl DescribeStoreImageTasksOutput
sourcepub fn store_image_task_results(&self) -> Option<&[StoreImageTaskResult]>
pub fn store_image_task_results(&self) -> Option<&[StoreImageTaskResult]>
The information about the AMI store tasks.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeStoreImageTasksOutput
impl DescribeStoreImageTasksOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeStoreImageTasksOutput
.
Trait Implementations§
source§impl Clone for DescribeStoreImageTasksOutput
impl Clone for DescribeStoreImageTasksOutput
source§fn clone(&self) -> DescribeStoreImageTasksOutput
fn clone(&self) -> DescribeStoreImageTasksOutput
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<DescribeStoreImageTasksOutput> for DescribeStoreImageTasksOutput
impl PartialEq<DescribeStoreImageTasksOutput> for DescribeStoreImageTasksOutput
source§fn eq(&self, other: &DescribeStoreImageTasksOutput) -> bool
fn eq(&self, other: &DescribeStoreImageTasksOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.