Class: Aws::IoTSiteWise::Types::ListComputationModelResolveToResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ListComputationModelResolveToResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_resolve_to_resource_summaries ⇒ Array<Types::ComputationModelResolveToResourceSummary>
A list of summaries describing the distinct resources that this computation model resolves to when actions were executed.
-
#next_token ⇒ String
The token for the next set of paginated results, or null if there are no additional results.
Instance Attribute Details
#computation_model_resolve_to_resource_summaries ⇒ Array<Types::ComputationModelResolveToResourceSummary>
A list of summaries describing the distinct resources that this computation model resolves to when actions were executed.
8394 8395 8396 8397 8398 8399 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8394 class ListComputationModelResolveToResourcesResponse < Struct.new( :computation_model_resolve_to_resource_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of paginated results, or null if there are no additional results.
8394 8395 8396 8397 8398 8399 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8394 class ListComputationModelResolveToResourcesResponse < Struct.new( :computation_model_resolve_to_resource_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |