Class: Aws::Schemas::Types::ListRegistriesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListRegistriesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
List the registries.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token that specifies the next page of results to return.
-
#registries ⇒ Array<Types::RegistrySummary>
An array of registry summaries.
Instance Attribute Details
#next_token ⇒ String
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
994 995 996 997 998 999 |
# File 'lib/aws-sdk-schemas/types.rb', line 994 class ListRegistriesOutput < Struct.new( :next_token, :registries) SENSITIVE = [] include Aws::Structure end |
#registries ⇒ Array<Types::RegistrySummary>
An array of registry summaries.
994 995 996 997 998 999 |
# File 'lib/aws-sdk-schemas/types.rb', line 994 class ListRegistriesOutput < Struct.new( :next_token, :registries) SENSITIVE = [] include Aws::Structure end |