Class: Aws::Glue::Types::ListSchemasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSchemasInput
- 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.
-
#registry_id ⇒ Types::RegistryId
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
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.
16457 16458 16459 16460 16461 16462 16463 |
# File 'lib/aws-sdk-glue/types.rb', line 16457 class ListSchemasInput < Struct.new( :registry_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
16457 16458 16459 16460 16461 16462 16463 |
# File 'lib/aws-sdk-glue/types.rb', line 16457 class ListSchemasInput < Struct.new( :registry_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ Types::RegistryId
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
16457 16458 16459 16460 16461 16462 16463 |
# File 'lib/aws-sdk-glue/types.rb', line 16457 class ListSchemasInput < Struct.new( :registry_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |