Class: Aws::Types::ListCommandExecutionsResponse

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::CommandExecutionSummary]

Returns the value of attribute command_executions.

Returns:



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.

Returns:

  • (::String)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def next_token
  @next_token
end