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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids

Returns:

  • (String)


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

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)


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

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)


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

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.



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

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)


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

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