Class: Aws::IoTSiteWise::Types::AssetCompositeModel

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

Overview

Contains information about a composite model in an asset. This object contains the asset’s properties that you define in the composite model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the composite model.

Returns:

  • (String)


255
256
257
258
259
260
261
262
263
264
# File 'lib/aws-sdk-iotsitewise/types.rb', line 255

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

#external_idString

The external ID of the asset composite 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)


255
256
257
258
259
260
261
262
263
264
# File 'lib/aws-sdk-iotsitewise/types.rb', line 255

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

#idString

The ID of the asset composite model.

Returns:

  • (String)


255
256
257
258
259
260
261
262
263
264
# File 'lib/aws-sdk-iotsitewise/types.rb', line 255

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

#nameString

The name of the composite model.

Returns:

  • (String)


255
256
257
258
259
260
261
262
263
264
# File 'lib/aws-sdk-iotsitewise/types.rb', line 255

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

#propertiesArray<Types::AssetProperty>

The asset properties that this composite model defines.

Returns:



255
256
257
258
259
260
261
262
263
264
# File 'lib/aws-sdk-iotsitewise/types.rb', line 255

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

#typeString

The type of the composite model. For alarm composite models, this type is ‘AWS/ALARM`.

Returns:

  • (String)


255
256
257
258
259
260
261
262
263
264
# File 'lib/aws-sdk-iotsitewise/types.rb', line 255

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