Class: Aws::IoTSiteWise::Types::InterfaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InterfaceSummary
- 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
-
#interface_asset_model_id ⇒ String
The ID of the interface asset model that contains this property.
-
#interface_asset_model_property_id ⇒ String
The ID of the property in the interface asset model that corresponds to this property.
Instance Attribute Details
#interface_asset_model_id ⇒ String
The ID of the interface asset model that contains this property.
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_id ⇒ String
The ID of the property in the interface asset model that corresponds to this property.
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 |