Class: Aws::IoT::Types::ListCommandsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCommandsResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commands ⇒ Array<Types::CommandSummary>
The list of commands.
-
#next_token ⇒ String
The token to use to get the next set of results, or
null
if there are no additional results.
Instance Attribute Details
#commands ⇒ Array<Types::CommandSummary>
The list of commands.
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_token ⇒ String
The token to use to get the next set of results, or null
if there
are no additional results.
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 |