Class: Aws::IoTSiteWise::Types::GatewayPlatform
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GatewayPlatform
- 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
-
#greengrass ⇒ Types::Greengrass
A gateway that runs on IoT Greengrass.
-
#greengrass_v2 ⇒ Types::GreengrassV2
A gateway that runs on IoT Greengrass V2.
-
#siemens_ie ⇒ Types::SiemensIE
A SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Instance Attribute Details
#greengrass ⇒ Types::Greengrass
A gateway that runs on IoT Greengrass.
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_v2 ⇒ Types::GreengrassV2
A gateway that runs on IoT Greengrass V2.
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_ie ⇒ Types::SiemensIE
A SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
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 |