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
nullif there are no additional results.
Instance Attribute Details
#commands ⇒ Array<Types::CommandSummary>
The list of commands.
10959 10960 10961 10962 10963 10964 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10959 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.
10959 10960 10961 10962 10963 10964 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10959 class ListCommandsResponse < Struct.new( :commands, :next_token) SENSITIVE = [] include Aws::Structure end |