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)


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

def creation_date_time: () -> ::Time

#export_id ⇒ ::String

Returns:

  • (::String)


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

def export_id: () -> ::String

#export_status ⇒ "InProgress", ...

Returns:

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


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

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

#file_format ⇒ "LexJson", ...

Returns:

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


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

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

#last_updated_date_time ⇒ ::Time

Returns:

  • (::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