Class: Aws::IoTSiteWise::Types::ListComputationModelResolveToResourcesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_resolve_to_resource_summariesArray<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_tokenString

The token for the next set of paginated results, or null if there are no additional results.

Returns:

  • (String)


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