Class: Aws::Types::ExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExportSummary
- 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.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def creation_date_time @creation_date_time end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def export_id @export_id end |
#export_status ⇒ "InProgress", ...
Returns the value of attribute export_status.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def export_status @export_status end |
#file_format ⇒ "LexJson", ...
Returns the value of attribute file_format.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def file_format @file_format end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def last_updated_date_time @last_updated_date_time end |
#resource_specification ⇒ Types::ExportResourceSpecification
Returns the value of attribute resource_specification.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def resource_specification @resource_specification end |