Module: Aws::Glue::Client::_GetSchemaByDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaByDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::String
- #data_format ⇒ "AVRO", ...
- #schema_arn ⇒ ::String
- #schema_version_id ⇒ ::String
- #status ⇒ "AVAILABLE", ...
Instance Method Details
#created_time ⇒ ::String
2561 |
# File 'sig/client.rbs', line 2561
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2559 |
# File 'sig/client.rbs', line 2559
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2558 |
# File 'sig/client.rbs', line 2558
def schema_arn: () -> ::String
|
#schema_version_id ⇒ ::String
2557 |
# File 'sig/client.rbs', line 2557
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2560 |
# File 'sig/client.rbs', line 2560
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|