Class: Aws::IoT::Types::ListCommandExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListCommandExecutionsResponse
- Defined in:
- gems/aws-sdk-iot/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.
10640 10641 10642 10643 10644 10645 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10640 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.
10640 10641 10642 10643 10644 10645 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10640 class ListCommandExecutionsResponse < Struct.new( :command_executions, :next_token) SENSITIVE = [] include Aws::Structure end |