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.
5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5861 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.
5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5861 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.
5861 5862 5863 5864 5865 5866 5867 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5861 class GatewayPlatform < Struct.new( :greengrass, :greengrass_v2, :siemens_ie) SENSITIVE = [] include Aws::Structure end |