Class: Aws::IoTSiteWise::Types::CompositionRelationshipItem

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

Overview

Represents a composite model that composed an asset model of type ‘COMPONENT_MODEL`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the component.

Returns:

  • (String)


2403
2404
2405
2406
2407
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2403

class CompositionRelationshipItem < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end