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_time ⇒ String

The date and time the schema version was created.

Returns:

  • (String)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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

#data_format ⇒ String

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

Returns:

  • (String)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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

#schema_arn ⇒ String

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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

#schema_definition ⇒ String

The schema definition for the schema ID.

Returns:

  • (String)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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_id ⇒ String

The SchemaVersionId of the schema version.

Returns:

  • (String)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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

#status ⇒ String

The status of the schema version.

Returns:

  • (String)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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

#version_number ⇒ Integer

The version number of the schema.

Returns:

  • (Integer)


16218
16219
16220
16221
16222
16223
16224
16225
16226
16227
16228
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16218

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