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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Note:

When making an API call, you may pass GetAuthorizationTokenRequest data as a 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 authorization tokens. If you do not specify a registry, the default registry is assumed.

Returns:

  • (Array<String>)


608
609
610
611
# File 'lib/aws-sdk-ecr/types.rb', line 608

class GetAuthorizationTokenRequest < Struct.new(
  :registry_ids)
  include Aws::Structure
end