Class: Aws::Types::ListInvocationStepsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInvocationStepsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_identifier ⇒ ::String
Returns the value of attribute invocation_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
Instance Attribute Details
#invocation_identifier ⇒ ::String
Returns the value of attribute invocation_identifier.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def invocation_identifier @invocation_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def next_token @next_token end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def session_identifier @session_identifier end |