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.
7470 7471 7472 7473 7474 7475 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7470 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.
7470 7471 7472 7473 7474 7475 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7470 class InterfaceSummary < Struct.new( :interface_asset_model_id, :interface_asset_model_property_id) SENSITIVE = [] include Aws::Structure end |