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.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def invocation_id @invocation_id end |
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def invocation_step_id @invocation_step_id end |
#invocation_step_time ⇒ ::Time
Returns the value of attribute invocation_step_time.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def invocation_step_time @invocation_step_time end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def session_id @session_id end |