Struct aws_sdk_sagemaker::input::ListAliasesInput
source · #[non_exhaustive]pub struct ListAliasesInput { /* private fields */ }
Implementations§
source§impl ListAliasesInput
impl ListAliasesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAliases, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAliases, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAliases
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAliasesInput
.
source§impl ListAliasesInput
impl ListAliasesInput
sourcepub fn image_name(&self) -> Option<&str>
pub fn image_name(&self) -> Option<&str>
The name of the image.
sourcepub fn version(&self) -> Option<i32>
pub fn version(&self) -> Option<i32>
The version of the image. If image version is not specified, the aliases of all versions of the image are listed.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of aliases to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous call to ListAliases
didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.
Trait Implementations§
source§impl Clone for ListAliasesInput
impl Clone for ListAliasesInput
source§fn clone(&self) -> ListAliasesInput
fn clone(&self) -> ListAliasesInput
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 ListAliasesInput
impl Debug for ListAliasesInput
source§impl PartialEq<ListAliasesInput> for ListAliasesInput
impl PartialEq<ListAliasesInput> for ListAliasesInput
source§fn eq(&self, other: &ListAliasesInput) -> bool
fn eq(&self, other: &ListAliasesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.