Class: Aws::Types::UpdateExportResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExportResponse
- 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.
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#export_status ⇒ "InProgress", ...
Returns the value of attribute export_status.
-
#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.
3633 3634 3635 |
# File 'sig/types.rbs', line 3633 def creation_date_time @creation_date_time end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
3629 3630 3631 |
# File 'sig/types.rbs', line 3629 def export_id @export_id end |
#export_status ⇒ "InProgress", ...
Returns the value of attribute export_status.
3632 3633 3634 |
# File 'sig/types.rbs', line 3632 def export_status @export_status end |
#file_format ⇒ "LexJson", ...
Returns the value of attribute file_format.
3631 3632 3633 |
# File 'sig/types.rbs', line 3631 def file_format @file_format end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3634 3635 3636 |
# File 'sig/types.rbs', line 3634 def last_updated_date_time @last_updated_date_time end |
#resource_specification ⇒ Types::ExportResourceSpecification
Returns the value of attribute resource_specification.
3630 3631 3632 |
# File 'sig/types.rbs', line 3630 def resource_specification @resource_specification end |