Class: Aws::Types::ListCommandExecutionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCommandExecutionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_executions ⇒ ::Array[Types::CommandExecutionSummary]
Returns the value of attribute command_executions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#command_executions ⇒ ::Array[Types::CommandExecutionSummary]
Returns the value of attribute command_executions.
3142 3143 3144 |
# File 'sig/types.rbs', line 3142 def command_executions @command_executions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3143 3144 3145 |
# File 'sig/types.rbs', line 3143 def next_token @next_token end |