Class: Aws::Types::ExecutionDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
-
#percent_complete ⇒ ::Integer
Returns the value of attribute percent_complete.
-
#summary ⇒ ::String
Returns the value of attribute summary.
Instance Attribute Details
#external_execution_id ⇒ ::String
Returns the value of attribute external_execution_id.
488 489 490 |
# File 'sig/types.rbs', line 488 def external_execution_id @external_execution_id end |
#percent_complete ⇒ ::Integer
Returns the value of attribute percent_complete.
489 490 491 |
# File 'sig/types.rbs', line 489 def percent_complete @percent_complete end |
#summary ⇒ ::String
Returns the value of attribute summary.
487 488 489 |
# File 'sig/types.rbs', line 487 def summary @summary end |