Class: Aws::ECRPublic::Types::DescribeRepositoriesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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. If there are no more results to return, this value is null.

Returns:

  • (String)


570
571
572
573
574
575
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 570

class DescribeRepositoriesResponse < Struct.new(
  :repositories,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#repositoriesArray<Types::Repository>

A list of repository objects corresponding to valid repositories.

Returns:



570
571
572
573
574
575
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 570

class DescribeRepositoriesResponse < Struct.new(
  :repositories,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end