Class: Aws::Glue::Types::GetSchemaResponse

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

#compatibilityString

The compatibility mode of the schema.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeString

The date and time the schema was created.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_formatString

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



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of schema if specified when created



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_schema_versionInteger

The latest version of the schema associated with the returned schema definition.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_schema_versionInteger

The next version of the schema associated with the returned schema definition.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#registry_arnString

The Amazon Resource Name (ARN) of the registry.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

The name of the registry.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_checkpointInteger

The version number of the checkpoint (the last time the compatibility mode was changed).



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_statusString

The status of the schema.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timeString

The date and time the schema was updated.



11474
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
# File 'lib/aws-sdk-glue/types.rb', line 11474

class GetSchemaResponse < Struct.new(
  :registry_name,
  :registry_arn,
  :schema_name,
  :schema_arn,
  :description,
  :data_format,
  :compatibility,
  :schema_checkpoint,
  :latest_schema_version,
  :next_schema_version,
  :schema_status,
  :created_time,
  :updated_time)
  SENSITIVE = []
  include Aws::Structure
end