Class: Aws::ECR::Types::GetAuthorizationTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetAuthorizationTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_data ⇒ Array<Types::AuthorizationData>
A list of authorization token data objects that correspond to the ‘registryIds` values in the request.
Instance Attribute Details
#authorization_data ⇒ Array<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>
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 |