Class: Aws::Types::PutInvocationStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutInvocationStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_identifier ⇒ ::String
Returns the value of attribute invocation_identifier.
-
#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_identifier ⇒ ::String
Returns the value of attribute session_identifier.
Instance Attribute Details
#invocation_identifier ⇒ ::String
Returns the value of attribute invocation_identifier.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def invocation_identifier @invocation_identifier end |
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def invocation_step_id @invocation_step_id end |
#invocation_step_time ⇒ ::Time
Returns the value of attribute invocation_step_time.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def invocation_step_time @invocation_step_time end |
#payload ⇒ Types::InvocationStepPayload
Returns the value of attribute payload.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def payload @payload end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def session_identifier @session_identifier end |