Class: Aws::IoTSiteWise::Types::ListExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListExecutionsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_summaries ⇒ Array<Types::ExecutionSummary>
Contains the list of execution summaries of the computation models.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#execution_summaries ⇒ Array<Types::ExecutionSummary>
Contains the list of execution summaries of the computation models.
8562 8563 8564 8565 8566 8567 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8562 class ListExecutionsResponse < Struct.new( :execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
8562 8563 8564 8565 8566 8567 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8562 class ListExecutionsResponse < Struct.new( :execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |