#[non_exhaustive]pub struct GetAuthorizationTokenInput { /* private fields */ }
Implementations§
source§impl GetAuthorizationTokenInput
impl GetAuthorizationTokenInput
sourcepub fn registry_ids(&self) -> Option<&[String]>
👎Deprecated: This field is deprecated. The returned authorization token can be used to access any Amazon ECR registry that the IAM principal has access to, specifying a registry ID doesn’t change the permissions scope of the authorization token.
pub fn registry_ids(&self) -> Option<&[String]>
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
source§impl GetAuthorizationTokenInput
impl GetAuthorizationTokenInput
sourcepub fn builder() -> GetAuthorizationTokenInputBuilder
pub fn builder() -> GetAuthorizationTokenInputBuilder
Creates a new builder-style object to manufacture GetAuthorizationTokenInput
.
source§impl GetAuthorizationTokenInput
impl GetAuthorizationTokenInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAuthorizationToken, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetAuthorizationToken, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAuthorizationToken
>
Trait Implementations§
source§impl Clone for GetAuthorizationTokenInput
impl Clone for GetAuthorizationTokenInput
source§fn clone(&self) -> GetAuthorizationTokenInput
fn clone(&self) -> GetAuthorizationTokenInput
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 GetAuthorizationTokenInput
impl Debug for GetAuthorizationTokenInput
source§impl PartialEq<GetAuthorizationTokenInput> for GetAuthorizationTokenInput
impl PartialEq<GetAuthorizationTokenInput> for GetAuthorizationTokenInput
source§fn eq(&self, other: &GetAuthorizationTokenInput) -> bool
fn eq(&self, other: &GetAuthorizationTokenInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.