Class: Aws::ECRPublic::Types::DescribeRegistriesResponse

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. 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.

Returns:

  • (String)


498
499
500
501
502
503
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 498

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

#registriesArray<Types::Registry>

An object that contains the details for a public registry.

Returns:



498
499
500
501
502
503
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 498

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