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

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



5465
5466
5467
5468
5469
5470
5471
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5465

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:



5465
5466
5467
5468
5469
5470
5471
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5465

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:



5465
5466
5467
5468
5469
5470
5471
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5465

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