Struct aws_sdk_sagemaker::output::ListImageVersionsOutput
source · #[non_exhaustive]pub struct ListImageVersionsOutput { /* private fields */ }
Implementations§
source§impl ListImageVersionsOutput
impl ListImageVersionsOutput
sourcepub fn image_versions(&self) -> Option<&[ImageVersion]>
pub fn image_versions(&self) -> Option<&[ImageVersion]>
A list of versions and their properties.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of versions, if there are any.
source§impl ListImageVersionsOutput
impl ListImageVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListImageVersionsOutput
.
Trait Implementations§
source§impl Clone for ListImageVersionsOutput
impl Clone for ListImageVersionsOutput
source§fn clone(&self) -> ListImageVersionsOutput
fn clone(&self) -> ListImageVersionsOutput
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 ListImageVersionsOutput
impl Debug for ListImageVersionsOutput
source§impl PartialEq<ListImageVersionsOutput> for ListImageVersionsOutput
impl PartialEq<ListImageVersionsOutput> for ListImageVersionsOutput
source§fn eq(&self, other: &ListImageVersionsOutput) -> bool
fn eq(&self, other: &ListImageVersionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.