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.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def invocation_identifier @invocation_identifier end |
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def invocation_step_id @invocation_step_id end |
#invocation_step_time ⇒ ::Time
Returns the value of attribute invocation_step_time.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def invocation_step_time @invocation_step_time end |
#payload ⇒ Types::InvocationStepPayload
Returns the value of attribute payload.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def payload @payload end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def session_identifier @session_identifier end |