Class: Aws::Glue::Types::ListRegistriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListRegistriesResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
-
#registries ⇒ Array<Types::RegistryListItem>
An array of
RegistryDetailedListItem
objects containing minimal details of each registry.
Instance Attribute Details
#next_token ⇒ String
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
15049 15050 15051 15052 15053 15054 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15049 class ListRegistriesResponse < Struct.new( :registries, :next_token) SENSITIVE = [] include Aws::Structure end |
#registries ⇒ Array<Types::RegistryListItem>
An array of RegistryDetailedListItem
objects containing minimal
details of each registry.
15049 15050 15051 15052 15053 15054 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15049 class ListRegistriesResponse < Struct.new( :registries, :next_token) SENSITIVE = [] include Aws::Structure end |