Class: Aws::IoTSiteWise::Types::CompositionRelationshipSummary

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

Overview

Contains a summary of the components of the composite model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_composite_model_idString

The ID of a composite model on this asset model.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2427

class CompositionRelationshipSummary < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id,
  :asset_model_composite_model_type)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_composite_model_typeString

The composite model type. Valid values are AWS/ALARM, CUSTOM, or AWS/L4E_ANOMALY.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2427

class CompositionRelationshipSummary < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id,
  :asset_model_composite_model_type)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_idString

The ID of the asset model, in UUID format.

Returns:

  • (String)


2427
2428
2429
2430
2431
2432
2433
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2427

class CompositionRelationshipSummary < Struct.new(
  :asset_model_id,
  :asset_model_composite_model_id,
  :asset_model_composite_model_type)
  SENSITIVE = []
  include Aws::Structure
end