Class: Aws::Glue::Types::ListSchemaVersionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListSchemaVersionsInput
- 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.
-
#schema_id ⇒ Types::SchemaId
This is a wrapper structure to contain schema identity fields.
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.
16414 16415 16416 16417 16418 16419 16420 |
# File 'lib/aws-sdk-glue/types.rb', line 16414 class ListSchemaVersionsInput < Struct.new( :schema_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
16414 16415 16416 16417 16418 16419 16420 |
# File 'lib/aws-sdk-glue/types.rb', line 16414 class ListSchemaVersionsInput < Struct.new( :schema_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#schema_id ⇒ Types::SchemaId
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either ‘SchemaArn` or `SchemaName` and `RegistryName` has to be provided.
-
SchemaId$SchemaName: The name of the schema. Either ‘SchemaArn` or `SchemaName` and `RegistryName` has to be provided.
16414 16415 16416 16417 16418 16419 16420 |
# File 'lib/aws-sdk-glue/types.rb', line 16414 class ListSchemaVersionsInput < Struct.new( :schema_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |