Module: Aws::Glue::Client::_CreateSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compatibility ⇒ "NONE", ...
- #data_format ⇒ "AVRO", ...
- #description ⇒ ::String
- #latest_schema_version ⇒ ::Integer
- #next_schema_version ⇒ ::Integer
- #registry_arn ⇒ ::String
- #registry_name ⇒ ::String
- #schema_arn ⇒ ::String
- #schema_checkpoint ⇒ ::Integer
- #schema_name ⇒ ::String
- #schema_status ⇒ "AVAILABLE", ...
- #schema_version_id ⇒ ::String
- #schema_version_status ⇒ "AVAILABLE", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#compatibility ⇒ "NONE", ...
894 |
# File 'sig/client.rbs', line 894
def compatibility: () -> ("NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL")
|
#data_format ⇒ "AVRO", ...
893 |
# File 'sig/client.rbs', line 893
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#description ⇒ ::String
892 |
# File 'sig/client.rbs', line 892
def description: () -> ::String
|
#latest_schema_version ⇒ ::Integer
896 |
# File 'sig/client.rbs', line 896
def latest_schema_version: () -> ::Integer
|
#next_schema_version ⇒ ::Integer
897 |
# File 'sig/client.rbs', line 897
def next_schema_version: () -> ::Integer
|
#registry_arn ⇒ ::String
889 |
# File 'sig/client.rbs', line 889
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
888 |
# File 'sig/client.rbs', line 888
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
891 |
# File 'sig/client.rbs', line 891
def schema_arn: () -> ::String
|
#schema_checkpoint ⇒ ::Integer
895 |
# File 'sig/client.rbs', line 895
def schema_checkpoint: () -> ::Integer
|
#schema_name ⇒ ::String
890 |
# File 'sig/client.rbs', line 890
def schema_name: () -> ::String
|
#schema_status ⇒ "AVAILABLE", ...
898 |
# File 'sig/client.rbs', line 898
def schema_status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|
#schema_version_id ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def schema_version_id: () -> ::String
|
#schema_version_status ⇒ "AVAILABLE", ...
901 |
# File 'sig/client.rbs', line 901
def schema_version_status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
899 |
# File 'sig/client.rbs', line 899
def tags: () -> ::Hash[::String, ::String]
|