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:



1371
1372
1373
1374
1375
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1371

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