Class: Aws::Types::ListCommandsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commands::Array[Types::Command]

Returns the value of attribute commands.

Returns:



2781
2782
2783
# File 'sig/types.rbs', line 2781

def commands
  @commands
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2782
2783
2784
# File 'sig/types.rbs', line 2782

def next_token
  @next_token
end