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", ...
883 |
# File 'sig/client.rbs', line 883
def compatibility: () -> ("NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL")
|
#data_format ⇒ "AVRO", ...
882 |
# File 'sig/client.rbs', line 882
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#description ⇒ ::String
881 |
# File 'sig/client.rbs', line 881
def description: () -> ::String
|
#latest_schema_version ⇒ ::Integer
885 |
# File 'sig/client.rbs', line 885
def latest_schema_version: () -> ::Integer
|
#next_schema_version ⇒ ::Integer
886 |
# File 'sig/client.rbs', line 886
def next_schema_version: () -> ::Integer
|
#registry_arn ⇒ ::String
878 |
# File 'sig/client.rbs', line 878
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
877 |
# File 'sig/client.rbs', line 877
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
880 |
# File 'sig/client.rbs', line 880
def schema_arn: () -> ::String
|
#schema_checkpoint ⇒ ::Integer
884 |
# File 'sig/client.rbs', line 884
def schema_checkpoint: () -> ::Integer
|
#schema_name ⇒ ::String
879 |
# File 'sig/client.rbs', line 879
def schema_name: () -> ::String
|
#schema_status ⇒ "AVAILABLE", ...
887 |
# File 'sig/client.rbs', line 887
def schema_status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|
#schema_version_id ⇒ ::String
889 |
# File 'sig/client.rbs', line 889
def schema_version_id: () -> ::String
|
#schema_version_status ⇒ "AVAILABLE", ...
890 |
# File 'sig/client.rbs', line 890
def schema_version_status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#tags ⇒ ::Hash[::String, ::String]
888 |
# File 'sig/client.rbs', line 888
def tags: () -> ::Hash[::String, ::String]
|