Module: Aws::LexModelsV2::Client::_UpdateExportResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateExportResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#creation_date_time::Time

Returns:

  • (::Time)


2405
# File 'sig/client.rbs', line 2405

def creation_date_time: () -> ::Time

#export_id::String

Returns:

  • (::String)


2401
# File 'sig/client.rbs', line 2401

def export_id: () -> ::String

#export_status"InProgress", ...

Returns:

  • ("InProgress", "Completed", "Failed", "Deleting")


2404
# File 'sig/client.rbs', line 2404

def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")

#file_format"LexJson", ...

Returns:

  • ("LexJson", "TSV", "CSV")


2403
# File 'sig/client.rbs', line 2403

def file_format: () -> ("LexJson" | "TSV" | "CSV")

#last_updated_date_time::Time

Returns:

  • (::Time)


2406
# File 'sig/client.rbs', line 2406

def last_updated_date_time: () -> ::Time

#resource_specificationTypes::ExportResourceSpecification



2402
# File 'sig/client.rbs', line 2402

def resource_specification: () -> Types::ExportResourceSpecification