Module: Aws::LexModelsV2::Client::_UpdateExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #export_id ⇒ ::String
- #export_status ⇒ "InProgress", ...
- #file_format ⇒ "LexJson", ...
- #last_updated_date_time ⇒ ::Time
- #resource_specification ⇒ Types::ExportResourceSpecification
Instance Method Details
#creation_date_time ⇒ ::Time
2417 |
# File 'sig/client.rbs', line 2417
def creation_date_time: () -> ::Time
|
#export_id ⇒ ::String
2413 |
# File 'sig/client.rbs', line 2413
def export_id: () -> ::String
|
#export_status ⇒ "InProgress", ...
2416 |
# File 'sig/client.rbs', line 2416
def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")
|
#file_format ⇒ "LexJson", ...
2415 |
# File 'sig/client.rbs', line 2415
def file_format: () -> ("LexJson" | "TSV" | "CSV")
|
#last_updated_date_time ⇒ ::Time
2418 |
# File 'sig/client.rbs', line 2418
def last_updated_date_time: () -> ::Time
|
#resource_specification ⇒ Types::ExportResourceSpecification
2414 |
# File 'sig/client.rbs', line 2414
def resource_specification: () -> Types::ExportResourceSpecification
|