Class: Aws::IoTSiteWise::Types::SiemensIE
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::SiemensIE
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains details for a SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iot_core_thing_name ⇒ String
The name of the IoT Thing for your SiteWise Edge gateway.
Instance Attribute Details
#iot_core_thing_name ⇒ String
The name of the IoT Thing for your SiteWise Edge gateway.
8519 8520 8521 8522 8523 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8519 class SiemensIE < Struct.new( :iot_core_thing_name) SENSITIVE = [] include Aws::Structure end |