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.

The size of the authorization token returned by Amazon ECR is not fixed. We recommend that you don't make assumptions about the maximum size.

Returns:



1896
1897
1898
1899
1900
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1896

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