Class: Aws::IoTSiteWise::Types::ListComputationModelDataBindingUsagesResponse

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

#data_binding_usage_summariesArray<Types::ComputationModelDataBindingUsageSummary>

A list of summaries describing the data binding usages across computation models. Each summary includes the computation model IDs and the matched data binding details.



8356
8357
8358
8359
8360
8361
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8356

class ListComputationModelDataBindingUsagesResponse < Struct.new(
  :data_binding_usage_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)


8356
8357
8358
8359
8360
8361
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8356

class ListComputationModelDataBindingUsagesResponse < Struct.new(
  :data_binding_usage_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end