Struct rusoto_ecr::GetAuthorizationTokenResponse [] [src]

pub struct GetAuthorizationTokenResponse {
    pub authorization_data: Option<AuthorizationDataList>,
}

Fields

A list of authorization token data objects that correspond to the registryIds values in the request.

Trait Implementations

impl Default for GetAuthorizationTokenResponse
[src]

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

impl Debug for GetAuthorizationTokenResponse
[src]

Formats the value using the given formatter.

impl Clone for GetAuthorizationTokenResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more