Class: Aws::Types::InvocationStepSummary
- Inherits:
-
Object
- Object
- Aws::Types::InvocationStepSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
-
#invocation_step_time ⇒ ::Time
Returns the value of attribute invocation_step_time.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def invocation_id @invocation_id end |
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def invocation_step_id @invocation_step_id end |
#invocation_step_time ⇒ ::Time
Returns the value of attribute invocation_step_time.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def invocation_step_time @invocation_step_time end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def session_id @session_id end |