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.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def next_token @next_token end |
#session_identifier ⇒ ::String
Returns the value of attribute session_identifier.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def session_identifier @session_identifier end |