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", ...
898 |
# File 'sig/client.rbs', line 898
def compatibility: () -> ("NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL")
|
#data_format ⇒ "AVRO", ...
897 |
# File 'sig/client.rbs', line 897
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#description ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def description: () -> ::String
|
#latest_schema_version ⇒ ::Integer
900 |
# File 'sig/client.rbs', line 900
def latest_schema_version: () -> ::Integer
|
#next_schema_version ⇒ ::Integer
901 |
# File 'sig/client.rbs', line 901
def next_schema_version: () -> ::Integer
|
#registry_arn ⇒ ::String
893 |
# File 'sig/client.rbs', line 893
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
892 |
# File 'sig/client.rbs', line 892
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
895 |
# File 'sig/client.rbs', line 895
def schema_arn: () -> ::String
|
#schema_checkpoint ⇒ ::Integer
899 |
# File 'sig/client.rbs', line 899
def schema_checkpoint: () -> ::Integer
|
#schema_name ⇒ ::String
894 |
# File 'sig/client.rbs', line 894
def schema_name: () -> ::String
|
#schema_status ⇒ "AVAILABLE", ...
902 |
# File 'sig/client.rbs', line 902
def schema_status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|
#schema_version_id ⇒ ::String
904 |
# File 'sig/client.rbs', line 904
def schema_version_id: () -> ::String
|
#schema_version_status ⇒ "AVAILABLE", ...
905 |
# File 'sig/client.rbs', line 905
def schema_version_status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
903 |
# File 'sig/client.rbs', line 903
def tags: () -> ::Hash[::String, ::String]
|