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
2405 |
# File 'sig/client.rbs', line 2405
def creation_date_time: () -> ::Time
|
#export_id ⇒ ::String
2401 |
# File 'sig/client.rbs', line 2401
def export_id: () -> ::String
|
#export_status ⇒ "InProgress", ...
2404 |
# File 'sig/client.rbs', line 2404
def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")
|
#file_format ⇒ "LexJson", ...
2403 |
# File 'sig/client.rbs', line 2403
def file_format: () -> ("LexJson" | "TSV" | "CSV")
|
#last_updated_date_time ⇒ ::Time
2406 |
# File 'sig/client.rbs', line 2406
def last_updated_date_time: () -> ::Time
|
#resource_specification ⇒ Types::ExportResourceSpecification
2402 |
# File 'sig/client.rbs', line 2402
def resource_specification: () -> Types::ExportResourceSpecification
|