Class: Aws::IoTSiteWise::Types::InterfaceSummary

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

Overview

Contains summary information about an interface that a property belongs to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interface_asset_model_idString

The ID of the interface asset model that contains this property.

Returns:

  • (String)


7465
7466
7467
7468
7469
7470
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7465

class InterfaceSummary < Struct.new(
  :interface_asset_model_id,
  :interface_asset_model_property_id)
  SENSITIVE = []
  include Aws::Structure
end

#interface_asset_model_property_idString

The ID of the property in the interface asset model that corresponds to this property.

Returns:

  • (String)


7465
7466
7467
7468
7469
7470
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7465

class InterfaceSummary < Struct.new(
  :interface_asset_model_id,
  :interface_asset_model_property_id)
  SENSITIVE = []
  include Aws::Structure
end