Class: Aws::Types::BatchGetCommandExecutionsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_executions::Array[Types::CommandExecution]

Returns the value of attribute command_executions.

Returns:



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.

Returns:

  • (::Array[::String])


66
67
68
# File 'sig/types.rbs', line 66

def command_executions_not_found
  @command_executions_not_found
end