Class: Aws::Types::GetExecutionPreviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetExecutionPreviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#execution_preview ⇒ Types::ExecutionPreview
Returns the value of attribute execution_preview.
-
#execution_preview_id ⇒ ::String
Returns the value of attribute execution_preview_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def ended_at @ended_at end |
#execution_preview ⇒ Types::ExecutionPreview
Returns the value of attribute execution_preview.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def execution_preview @execution_preview end |
#execution_preview_id ⇒ ::String
Returns the value of attribute execution_preview_id.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def execution_preview_id @execution_preview_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def end |