Class: Aws::ECRPublic::Types::DescribeRegistriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::DescribeRegistriesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The ‘nextToken` value to include in a future `DescribeRepositories` request.
-
#registries ⇒ Array<Types::Registry>
An object that contains the details for a public registry.
Instance Attribute Details
#next_token ⇒ String
The ‘nextToken` value to include in a future `DescribeRepositories` request. If the results of a `DescribeRepositories` request exceed `maxResults`, you can use this value to retrieve the next page of results. If there are no more results, this value is `null`.
498 499 500 501 502 503 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 498 class DescribeRegistriesResponse < Struct.new( :registries, :next_token) SENSITIVE = [] include Aws::Structure end |
#registries ⇒ Array<Types::Registry>
An object that contains the details for a public registry.
498 499 500 501 502 503 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 498 class DescribeRegistriesResponse < Struct.new( :registries, :next_token) SENSITIVE = [] include Aws::Structure end |