Class: Aws::Types::ExecutionDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#most_recent_execution_message ⇒ ::String
Returns the value of attribute most_recent_execution_message.
-
#most_recent_execution_status ⇒ "InProgress", ...
Returns the value of attribute most_recent_execution_status.
-
#most_recent_execution_time ⇒ ::Time
Returns the value of attribute most_recent_execution_time.
Instance Attribute Details
#most_recent_execution_message ⇒ ::String
Returns the value of attribute most_recent_execution_message.
604 605 606 |
# File 'sig/types.rbs', line 604 def @most_recent_execution_message end |
#most_recent_execution_status ⇒ "InProgress", ...
Returns the value of attribute most_recent_execution_status.
606 607 608 |
# File 'sig/types.rbs', line 606 def most_recent_execution_status @most_recent_execution_status end |
#most_recent_execution_time ⇒ ::Time
Returns the value of attribute most_recent_execution_time.
605 606 607 |
# File 'sig/types.rbs', line 605 def most_recent_execution_time @most_recent_execution_time end |