Class: Aws::ECR::Types::DescribeRepositoriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DescribeRepositoriesResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureDescribeRepositoriesrequest. -
#repositories ⇒ Array<Types::Repository>
A list of repository objects corresponding to valid repositories.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future DescribeRepositories
request. When the results of a DescribeRepositories request exceed
maxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to
return.
1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1505 class DescribeRepositoriesResponse < Struct.new( :repositories, :next_token) SENSITIVE = [] include Aws::Structure end |
#repositories ⇒ Array<Types::Repository>
A list of repository objects corresponding to valid repositories.
1505 1506 1507 1508 1509 1510 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1505 class DescribeRepositoriesResponse < Struct.new( :repositories, :next_token) SENSITIVE = [] include Aws::Structure end |