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.
1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-ecr/types.rb', line 1666 class GetAuthorizationTokenResponse < Struct.new( :authorization_data) SENSITIVE = [] include Aws::Structure end |