Class: Aws::Glue::Types::ListRegistriesInput

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

#max_resultsInteger

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

Returns:

  • (Integer)


15186
15187
15188
15189
15190
15191
# File 'lib/aws-sdk-glue/types.rb', line 15186

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


15186
15187
15188
15189
15190
15191
# File 'lib/aws-sdk-glue/types.rb', line 15186

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