Class: Aws::IoTSiteWise::Types::ListComputationModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListComputationModelsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_summaries ⇒ Array<Types::ComputationModelSummary>
A list summarizing each computation model.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#computation_model_summaries ⇒ Array<Types::ComputationModelSummary>
A list summarizing each computation model.
8431 8432 8433 8434 8435 8436 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8431 class ListComputationModelsResponse < Struct.new( :computation_model_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.
8431 8432 8433 8434 8435 8436 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8431 class ListComputationModelsResponse < Struct.new( :computation_model_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |