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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> 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.

</note>

Returns:



1720
1721
1722
1723
1724
# File 'lib/aws-sdk-ecr/types.rb', line 1720

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