Class: Aws::IoT::Types::ListCommandExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCommandExecutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_executions ⇒ Array<Types::CommandExecutionSummary>
The list of command executions.
-
#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
#command_executions ⇒ Array<Types::CommandExecutionSummary>
The list of command executions.
10706 10707 10708 10709 10710 10711 |
# File 'lib/aws-sdk-iot/types.rb', line 10706 class ListCommandExecutionsResponse < Struct.new( :command_executions, :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.
10706 10707 10708 10709 10710 10711 |
# File 'lib/aws-sdk-iot/types.rb', line 10706 class ListCommandExecutionsResponse < Struct.new( :command_executions, :next_token) SENSITIVE = [] include Aws::Structure end |