Class: Aws::Glue::Types::GetSchemaByDefinitionResponse

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 was created.

Returns:

  • (String)


11128
11129
11130
11131
11132
11133
11134
11135
11136
# File 'lib/aws-sdk-glue/types.rb', line 11128

class GetSchemaByDefinitionResponse < Struct.new(
  :schema_version_id,
  :schema_arn,
  :data_format,
  :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)


11128
11129
11130
11131
11132
11133
11134
11135
11136
# File 'lib/aws-sdk-glue/types.rb', line 11128

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

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


11128
11129
11130
11131
11132
11133
11134
11135
11136
# File 'lib/aws-sdk-glue/types.rb', line 11128

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

#schema_version_idString

The schema ID of the schema version.

Returns:

  • (String)


11128
11129
11130
11131
11132
11133
11134
11135
11136
# File 'lib/aws-sdk-glue/types.rb', line 11128

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

#statusString

The status of the schema version.

Returns:

  • (String)


11128
11129
11130
11131
11132
11133
11134
11135
11136
# File 'lib/aws-sdk-glue/types.rb', line 11128

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