Class: Aws::IoTSiteWise::Types::AssetModelCompositeModel

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

Overview

Contains information about a composite model in an asset model. This object contains the asset property definitions 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)


447
448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 447

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

#external_idString

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

Returns:

  • (String)


447
448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 447

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

#idString

The ID of the asset model composite model.

Returns:

  • (String)


447
448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 447

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

#nameString

The name of the composite model.

Returns:

  • (String)


447
448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 447

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

#propertiesArray<Types::AssetModelProperty>

The asset property definitions for this composite model.

Returns:



447
448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 447

class AssetModelCompositeModel < 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)


447
448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 447

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