Class: Aws::Types::ExportInfo
- Inherits:
-
Object
- Object
- Aws::Types::ExportInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurations_download_url ⇒ ::String
Returns the value of attribute configurations_download_url.
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#export_request_time ⇒ ::Time
Returns the value of attribute export_request_time.
-
#export_status ⇒ "FAILED", ...
Returns the value of attribute export_status.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#requested_end_time ⇒ ::Time
Returns the value of attribute requested_end_time.
-
#requested_start_time ⇒ ::Time
Returns the value of attribute requested_start_time.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#configurations_download_url ⇒ ::String
Returns the value of attribute configurations_download_url.
357 358 359 |
# File 'sig/types.rbs', line 357 def configurations_download_url @configurations_download_url end |
#export_id ⇒ ::String
Returns the value of attribute export_id.
354 355 356 |
# File 'sig/types.rbs', line 354 def export_id @export_id end |
#export_request_time ⇒ ::Time
Returns the value of attribute export_request_time.
358 359 360 |
# File 'sig/types.rbs', line 358 def export_request_time @export_request_time end |
#export_status ⇒ "FAILED", ...
Returns the value of attribute export_status.
355 356 357 |
# File 'sig/types.rbs', line 355 def export_status @export_status end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
359 360 361 |
# File 'sig/types.rbs', line 359 def is_truncated @is_truncated end |
#requested_end_time ⇒ ::Time
Returns the value of attribute requested_end_time.
361 362 363 |
# File 'sig/types.rbs', line 361 def requested_end_time @requested_end_time end |
#requested_start_time ⇒ ::Time
Returns the value of attribute requested_start_time.
360 361 362 |
# File 'sig/types.rbs', line 360 def requested_start_time @requested_start_time end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
356 357 358 |
# File 'sig/types.rbs', line 356 def end |