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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


2406
2407
2408
2409
2410
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2406

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