#[non_exhaustive]pub struct DescribeImportImageTasksOutput { /* private fields */ }
Implementations§
source§impl DescribeImportImageTasksOutput
impl DescribeImportImageTasksOutput
sourcepub fn import_image_tasks(&self) -> Option<&[ImportImageTask]>
pub fn import_image_tasks(&self) -> Option<&[ImportImageTask]>
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to get the next page of results. This value is null
when there are no more results to return.
source§impl DescribeImportImageTasksOutput
impl DescribeImportImageTasksOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeImportImageTasksOutput
.
Trait Implementations§
source§impl Clone for DescribeImportImageTasksOutput
impl Clone for DescribeImportImageTasksOutput
source§fn clone(&self) -> DescribeImportImageTasksOutput
fn clone(&self) -> DescribeImportImageTasksOutput
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<DescribeImportImageTasksOutput> for DescribeImportImageTasksOutput
impl PartialEq<DescribeImportImageTasksOutput> for DescribeImportImageTasksOutput
source§fn eq(&self, other: &DescribeImportImageTasksOutput) -> bool
fn eq(&self, other: &DescribeImportImageTasksOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.