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
953 |
# File 'sig/client.rbs', line 953
def creation_date_time: () -> ::Time
|
#download_url ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def download_url: () -> ::String
|
#export_id ⇒ ::String
947 |
# File 'sig/client.rbs', line 947
def export_id: () -> ::String
|
#export_status ⇒ "InProgress", ...
950 |
# File 'sig/client.rbs', line 950
def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")
|
#failure_reasons ⇒ ::Array[::String]
951 |
# File 'sig/client.rbs', line 951
def failure_reasons: () -> ::Array[::String]
|
#file_format ⇒ "LexJson", ...
949 |
# File 'sig/client.rbs', line 949
def file_format: () -> ("LexJson" | "TSV" | "CSV")
|
#last_updated_date_time ⇒ ::Time
954 |
# File 'sig/client.rbs', line 954
def last_updated_date_time: () -> ::Time
|
#resource_specification ⇒ Types::ExportResourceSpecification
948 |
# File 'sig/client.rbs', line 948
def resource_specification: () -> Types::ExportResourceSpecification
|