Class: Aws::ECR::Types::GetAuthorizationTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetAuthorizationTokenRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_ids ⇒ Array<String>
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects.
Instance Attribute Details
#registry_ids ⇒ Array<String>
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
1653 1654 1655 1656 1657 |
# File 'lib/aws-sdk-ecr/types.rb', line 1653 class GetAuthorizationTokenRequest < Struct.new( :registry_ids) SENSITIVE = [] include Aws::Structure end |