Class: Aws::IoTSiteWise::Types::GatewayPlatform

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains a gateway’s platform information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#greengrassTypes::Greengrass

A gateway that runs on IoT Greengrass.

Returns:



5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5846

class GatewayPlatform < Struct.new(
  :greengrass,
  :greengrass_v2,
  :siemens_ie)
  SENSITIVE = []
  include Aws::Structure
end

#greengrass_v2Types::GreengrassV2

A gateway that runs on IoT Greengrass V2.

Returns:



5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5846

class GatewayPlatform < Struct.new(
  :greengrass,
  :greengrass_v2,
  :siemens_ie)
  SENSITIVE = []
  include Aws::Structure
end

#siemens_ieTypes::SiemensIE

A SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.

Returns:



5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5846

class GatewayPlatform < Struct.new(
  :greengrass,
  :greengrass_v2,
  :siemens_ie)
  SENSITIVE = []
  include Aws::Structure
end