Class: Aws::Types::ListInvocationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInvocationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def next_token @next_token end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def session_identifier @session_identifier end |