Class: Aws::Glue::Types::ListSchemaVersionsInput

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)


15243
15244
15245
15246
15247
15248
15249
# File 'lib/aws-sdk-glue/types.rb', line 15243

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


15243
15244
15245
15246
15247
15248
15249
# File 'lib/aws-sdk-glue/types.rb', line 15243

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

#schema_idTypes::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.

Returns:



15243
15244
15245
15246
15247
15248
15249
# File 'lib/aws-sdk-glue/types.rb', line 15243

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