Struct rusoto_ecr::GetAuthorizationTokenRequest [] [src]

pub struct GetAuthorizationTokenRequest {
    pub registry_ids: Option<Vec<String>>,
}

Fields

A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.

Trait Implementations

impl Default for GetAuthorizationTokenRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GetAuthorizationTokenRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetAuthorizationTokenRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations