Class: Aws::Types::ExportStatus
- Inherits:
-
Object
- Object
- Aws::Types::ExportStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_timestamp ⇒ ::Time
Returns the value of attribute completion_timestamp.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#submission_timestamp ⇒ ::Time
Returns the value of attribute submission_timestamp.
Instance Attribute Details
#completion_timestamp ⇒ ::Time
Returns the value of attribute completion_timestamp.
391 392 393 |
# File 'sig/types.rbs', line 391 def end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
393 394 395 |
# File 'sig/types.rbs', line 393 def end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
392 393 394 |
# File 'sig/types.rbs', line 392 def state @state end |
#submission_timestamp ⇒ ::Time
Returns the value of attribute submission_timestamp.
390 391 392 |
# File 'sig/types.rbs', line 390 def end |