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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



1368
1369
1370
1371
1372
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1368

class GetAuthorizationTokenResponse < Struct.new(
  :authorization_data)
  SENSITIVE = []
  include Aws::Structure
end