Class: Aws::Types::ListCommandsResponse

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

Returns the value of attribute commands.

Returns:



3157
3158
3159
# File 'sig/types.rbs', line 3157

def commands
  @commands
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def next_token
  @next_token
end