Class: Aws::Types::ListInvocationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInvocationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_summaries ⇒ ::Array[Types::InvocationSummary]
Returns the value of attribute invocation_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#invocation_summaries ⇒ ::Array[Types::InvocationSummary]
Returns the value of attribute invocation_summaries.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def invocation_summaries @invocation_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def next_token @next_token end |