Module: Aws::LexModelsV2::Client::_DescribeExportResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#creation_date_time::Time

Returns:

  • (::Time)


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

def creation_date_time: () -> ::Time

#download_url::String

Returns:

  • (::String)


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

def download_url: () -> ::String

#export_id::String

Returns:

  • (::String)


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

def export_id: () -> ::String

#export_status"InProgress", ...

Returns:

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


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

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

#failure_reasons::Array[::String]

Returns:

  • (::Array[::String])


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

def failure_reasons: () -> ::Array[::String]

#file_format"LexJson", ...

Returns:

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


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

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

#last_updated_date_time::Time

Returns:

  • (::Time)


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

def last_updated_date_time: () -> ::Time

#resource_specificationTypes::ExportResourceSpecification



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

def resource_specification: () -> Types::ExportResourceSpecification