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)


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

def creation_date_time: () -> ::Time

#export_id::String

Returns:

  • (::String)


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

def export_id: () -> ::String

#export_status"InProgress", ...

Returns:

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


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

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

#file_format"LexJson", ...

Returns:

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


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

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

#resource_specificationTypes::ExportResourceSpecification



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

def resource_specification: () -> Types::ExportResourceSpecification