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)


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

def creation_date_time: () -> ::Time

#download_url ⇒ ::String

Returns:

  • (::String)


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

def download_url: () -> ::String

#export_id ⇒ ::String

Returns:

  • (::String)


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

def export_id: () -> ::String

#export_status ⇒ "InProgress", ...

Returns:

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


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

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

#failure_reasons ⇒ ::Array[::String]

Returns:

  • (::Array[::String])


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

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

#file_format ⇒ "LexJson", ...

Returns:

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


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

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

#last_updated_date_time ⇒ ::Time

Returns:

  • (::Time)


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

def last_updated_date_time: () -> ::Time

#resource_specification ⇒ Types::ExportResourceSpecification



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

def resource_specification: () -> Types::ExportResourceSpecification