Class: Aws::IoTSiteWise::Types::DescribeComputationModelExecutionSummaryRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_model_idString

The ID of the computation model.

Returns:

  • (String)


5413
5414
5415
5416
5417
5418
5419
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5413

class DescribeComputationModelExecutionSummaryRequest < Struct.new(
  :computation_model_id,
  :resolve_to_resource_type,
  :resolve_to_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resolve_to_resource_idString

The ID of the resolved resource.

Returns:

  • (String)


5413
5414
5415
5416
5417
5418
5419
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5413

class DescribeComputationModelExecutionSummaryRequest < Struct.new(
  :computation_model_id,
  :resolve_to_resource_type,
  :resolve_to_resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resolve_to_resource_typeString

The type of the resolved resource.

Returns:

  • (String)


5413
5414
5415
5416
5417
5418
5419
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5413

class DescribeComputationModelExecutionSummaryRequest < Struct.new(
  :computation_model_id,
  :resolve_to_resource_type,
  :resolve_to_resource_id)
  SENSITIVE = []
  include Aws::Structure
end