Class: Aws::Types::ListCommandInvocationsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListCommandInvocationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_invocations ⇒ ::Array[Types::CommandInvocation]
Returns the value of attribute command_invocations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#command_invocations ⇒ ::Array[Types::CommandInvocation]
Returns the value of attribute command_invocations.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def command_invocations @command_invocations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def next_token @next_token end |