Class: Aws::Types::ListCommandInvocationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command_invocations::Array[Types::CommandInvocation]

Returns the value of attribute command_invocations.

Returns:



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.

Returns:

  • (::String)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def next_token
  @next_token
end