Class: Aws::IoTSiteWise::Types::AssetModelCompositeModelSummary

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

Overview

Contains a summary of the composite model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the composite model that this summary describes..

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 562

class AssetModelCompositeModelSummary < Struct.new(
  :id,
  :external_id,
  :name,
  :type,
  :description,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID of a composite model on this asset model. For more information, see Using external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 562

class AssetModelCompositeModelSummary < Struct.new(
  :id,
  :external_id,
  :name,
  :type,
  :description,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the composite model that this summary describes..

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 562

class AssetModelCompositeModelSummary < Struct.new(
  :id,
  :external_id,
  :name,
  :type,
  :description,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the composite model that this summary describes..

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 562

class AssetModelCompositeModelSummary < Struct.new(
  :id,
  :external_id,
  :name,
  :type,
  :description,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#pathArray<Types::AssetModelCompositeModelPathSegment>

The path that includes all the pieces that make up the composite model.



562
563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 562

class AssetModelCompositeModelSummary < Struct.new(
  :id,
  :external_id,
  :name,
  :type,
  :description,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


562
563
564
565
566
567
568
569
570
571
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 562

class AssetModelCompositeModelSummary < Struct.new(
  :id,
  :external_id,
  :name,
  :type,
  :description,
  :path)
  SENSITIVE = []
  include Aws::Structure
end