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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


15171
15172
15173
15174
15175
15176
15177
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15171

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)


15171
15172
15173
15174
15175
15176
15177
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15171

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:



15171
15172
15173
15174
15175
15176
15177
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15171

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