Class: Aws::Glue::Types::ListRegistriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListRegistriesResponse
- Includes:
- Structure
- Defined in:
- 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.
16384 16385 16386 16387 16388 16389 |
# File 'lib/aws-sdk-glue/types.rb', line 16384 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.
16384 16385 16386 16387 16388 16389 |
# File 'lib/aws-sdk-glue/types.rb', line 16384 class ListRegistriesResponse < Struct.new( :registries, :next_token) SENSITIVE = [] include Aws::Structure end |