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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


7929
7930
7931
7932
7933
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7929

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