Module: Aws::LexModelsV2::Client::_DescribeExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #download_url ⇒ ::String
- #export_id ⇒ ::String
- #export_status ⇒ "InProgress", ...
- #failure_reasons ⇒ ::Array[::String]
- #file_format ⇒ "LexJson", ...
- #last_updated_date_time ⇒ ::Time
- #resource_specification ⇒ Types::ExportResourceSpecification
Instance Method Details
#creation_date_time ⇒ ::Time
958 |
# File 'sig/client.rbs', line 958 def creation_date_time: () -> ::Time |
#download_url ⇒ ::String
957 |
# File 'sig/client.rbs', line 957 def download_url: () -> ::String |
#export_id ⇒ ::String
952 |
# File 'sig/client.rbs', line 952 def export_id: () -> ::String |
#export_status ⇒ "InProgress", ...
955 |
# File 'sig/client.rbs', line 955 def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting") |
#failure_reasons ⇒ ::Array[::String]
956 |
# File 'sig/client.rbs', line 956 def failure_reasons: () -> ::Array[::String] |
#file_format ⇒ "LexJson", ...
954 |
# File 'sig/client.rbs', line 954 def file_format: () -> ("LexJson" | "TSV" | "CSV") |
#last_updated_date_time ⇒ ::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 |