Class: Aws::IoTSiteWise::Types::SiemensIE

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#iot_core_thing_nameString

The name of the IoT Thing for your SiteWise Edge gateway.

Returns:

  • (String)


8477
8478
8479
8480
8481
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8477

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