Class: Aws::Glue::Types::GetSchemaByDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSchemaByDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ String
The date and time the schema was created.
-
#data_format ⇒ String
The data format of the schema definition.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
-
#schema_version_id ⇒ String
The schema ID of the schema version.
-
#status ⇒ String
The status of the schema version.
Instance Attribute Details
#created_time ⇒ String
The date and time the schema was created.
11829 11830 11831 11832 11833 11834 11835 11836 11837 |
# File 'lib/aws-sdk-glue/types.rb', line 11829 class GetSchemaByDefinitionResponse < Struct.new( :schema_version_id, :schema_arn, :data_format, :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.
11829 11830 11831 11832 11833 11834 11835 11836 11837 |
# File 'lib/aws-sdk-glue/types.rb', line 11829 class GetSchemaByDefinitionResponse < Struct.new( :schema_version_id, :schema_arn, :data_format, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
11829 11830 11831 11832 11833 11834 11835 11836 11837 |
# File 'lib/aws-sdk-glue/types.rb', line 11829 class GetSchemaByDefinitionResponse < Struct.new( :schema_version_id, :schema_arn, :data_format, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#schema_version_id ⇒ String
The schema ID of the schema version.
11829 11830 11831 11832 11833 11834 11835 11836 11837 |
# File 'lib/aws-sdk-glue/types.rb', line 11829 class GetSchemaByDefinitionResponse < Struct.new( :schema_version_id, :schema_arn, :data_format, :status, :created_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the schema version.
11829 11830 11831 11832 11833 11834 11835 11836 11837 |
# File 'lib/aws-sdk-glue/types.rb', line 11829 class GetSchemaByDefinitionResponse < Struct.new( :schema_version_id, :schema_arn, :data_format, :status, :created_time) SENSITIVE = [] include Aws::Structure end |