You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::GetAuthorizationTokenRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetAuthorizationTokenRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  registry_ids: ["RegistryId"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#registry_idsArray<String>

A list of AWS 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.

Returns:

  • (Array<String>)

    A list of AWS account IDs that are associated with the registries for which to get AuthorizationData objects.