Module: Aws::LexModelsV2::Client::_CreateExportResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#creation_date_time ⇒ ::Time

Returns:

  • (::Time)


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

def creation_date_time: () -> ::Time

#export_id ⇒ ::String

Returns:

  • (::String)


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

def export_id: () -> ::String

#export_status ⇒ "InProgress", ...

Returns:

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


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

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

#file_format ⇒ "LexJson", ...

Returns:

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


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

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

#resource_specification ⇒ Types::ExportResourceSpecification



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

def resource_specification: () -> Types::ExportResourceSpecification