Class: Aws::Types::DescribeExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#download_url ⇒ ::String
Returns the value of attribute download_url.
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#export_status ⇒ "InProgress", ...
Returns the value of attribute export_status.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#file_format ⇒ "LexJson", ...
Returns the value of attribute file_format.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#resource_specification ⇒ Types::ExportResourceSpecification
Returns the value of attribute resource_specification.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def creation_date_time @creation_date_time end |
#download_url ⇒ ::String
Returns the value of attribute download_url.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def download_url @download_url end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def export_id @export_id end |
#export_status ⇒ "InProgress", ...
Returns the value of attribute export_status.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def export_status @export_status end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def failure_reasons @failure_reasons end |
#file_format ⇒ "LexJson", ...
Returns the value of attribute file_format.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def file_format @file_format end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def last_updated_date_time @last_updated_date_time end |
#resource_specification ⇒ Types::ExportResourceSpecification
Returns the value of attribute resource_specification.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def resource_specification @resource_specification end |