Class: Aws::ECR::Types::GetAuthorizationTokenResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_dataArray<Types::AuthorizationData>

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

Returns:



620
621
622
623
# File 'lib/aws-sdk-ecr/types.rb', line 620

class GetAuthorizationTokenResponse < Struct.new(
  :authorization_data)
  include Aws::Structure
end