Class: Aws::Glue::Types::GetSchemaVersionResponse

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

#created_timeString

The date and time the schema version was created.

Returns:

  • (String)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_formatString

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

Returns:

  • (String)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_definitionString

The schema definition for the schema ID.

Returns:

  • (String)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version_idString

The SchemaVersionId of the schema version.

Returns:

  • (String)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the schema version.

Returns:

  • (String)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

The version number of the schema.

Returns:

  • (Integer)


11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11297

class GetSchemaVersionResponse < Struct.new(
  :schema_version_id,
  :schema_definition,
  :data_format,
  :schema_arn,
  :version_number,
  :status,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end