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

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

#created_timeString

The date and time the schema version was created.

Returns:

  • (String)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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)


13703
13704
13705
13706
13707
13708
13709
13710
13711
13712
13713
# File 'lib/aws-sdk-glue/types.rb', line 13703

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