Class: Aws::IoT::Types::ListCommandsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commandsArray<Types::CommandSummary>

The list of commands.

Returns:



10699
10700
10701
10702
10703
10704
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10699

class ListCommandsResponse < Struct.new(
  :commands,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


10699
10700
10701
10702
10703
10704
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10699

class ListCommandsResponse < Struct.new(
  :commands,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end