Module: Aws::LexModelsV2::Client::_CreateExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #export_id ⇒ ::String
- #export_status ⇒ "InProgress", ...
- #file_format ⇒ "LexJson", ...
- #resource_specification ⇒ Types::ExportResourceSpecification
Instance Method Details
#creation_date_time ⇒ ::Time
324 |
# File 'sig/client.rbs', line 324
def creation_date_time: () -> ::Time
|
#export_id ⇒ ::String
320 |
# File 'sig/client.rbs', line 320
def export_id: () -> ::String
|
#export_status ⇒ "InProgress", ...
323 |
# File 'sig/client.rbs', line 323
def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")
|
#file_format ⇒ "LexJson", ...
322 |
# File 'sig/client.rbs', line 322
def file_format: () -> ("LexJson" | "TSV" | "CSV")
|
#resource_specification ⇒ Types::ExportResourceSpecification
321 |
# File 'sig/client.rbs', line 321
def resource_specification: () -> Types::ExportResourceSpecification
|