Class: Aws::Glue::Types::ListRegistriesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Returns:

  • (String)


15664
15665
15666
15667
15668
15669
# File 'lib/aws-sdk-glue/types.rb', line 15664

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

#registriesArray<Types::RegistryListItem>

An array of ‘RegistryDetailedListItem` objects containing minimal details of each registry.

Returns:



15664
15665
15666
15667
15668
15669
# File 'lib/aws-sdk-glue/types.rb', line 15664

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