Class: Aws::IoTSiteWise::Types::InterfaceRelationshipSummary

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

Overview

Contains summary information about an interface relationship, which defines how an interface is applied to an asset model. This summary provides the essential identifiers needed to retrieve detailed information about the relationship.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the asset model that has the interface applied to it.

Returns:

  • (String)


7447
7448
7449
7450
7451
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7447

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