Class: Aws::Glue::Types::ListRegistriesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListRegistriesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results required per page.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
16365 16366 16367 16368 16369 16370 |
# File 'lib/aws-sdk-glue/types.rb', line 16365 class ListRegistriesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
16365 16366 16367 16368 16369 16370 |
# File 'lib/aws-sdk-glue/types.rb', line 16365 class ListRegistriesInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |