Class: Aws::Types::BatchGetCommandExecutionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCommandExecutionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_executions ⇒ ::Array[Types::CommandExecution]
Returns the value of attribute command_executions.
-
#command_executions_not_found ⇒ ::Array[::String]
Returns the value of attribute command_executions_not_found.
Instance Attribute Details
#command_executions ⇒ ::Array[Types::CommandExecution]
Returns the value of attribute command_executions.
65 66 67 |
# File 'sig/types.rbs', line 65 def command_executions @command_executions end |
#command_executions_not_found ⇒ ::Array[::String]
Returns the value of attribute command_executions_not_found.
66 67 68 |
# File 'sig/types.rbs', line 66 def command_executions_not_found @command_executions_not_found end |