Class: Aws::Types::InvocationStep
- Inherits:
-
Object
- Object
- Aws::Types::InvocationStep
- 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.
-
#payload ⇒ Types::InvocationStepPayload
Returns the value of attribute payload.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def invocation_id @invocation_id end |
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def invocation_step_id @invocation_step_id end |
#invocation_step_time ⇒ ::Time
Returns the value of attribute invocation_step_time.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def invocation_step_time @invocation_step_time end |
#payload ⇒ Types::InvocationStepPayload
Returns the value of attribute payload.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def payload @payload end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def session_id @session_id end |