Class: Aws::Types::GetInvocationStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInvocationStepRequest
- 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.
-
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
Instance Attribute Details
#invocation_identifier ⇒ ::String
Returns the value of attribute invocation_identifier.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def invocation_identifier @invocation_identifier end |
#invocation_step_id ⇒ ::String
Returns the value of attribute invocation_step_id.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def invocation_step_id @invocation_step_id end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def session_identifier @session_identifier end |