Class: Aws::ECRPublic::Types::GetAuthorizationTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::GetAuthorizationTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_data ⇒ Types::AuthorizationData
An authorization token data object that corresponds to a public registry.
Instance Attribute Details
#authorization_data ⇒ Types::AuthorizationData
An authorization token data object that corresponds to a public registry.
603 604 605 606 607 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 603 class GetAuthorizationTokenResponse < Struct.new( :authorization_data) SENSITIVE = [] include Aws::Structure end |