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.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def invocation_summaries @invocation_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def next_token @next_token end |