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:



5328
5329
5330
5331
5332
5333
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5328

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

#greengrass_v2Types::GreengrassV2

A gateway that runs on IoT Greengrass V2.

Returns:



5328
5329
5330
5331
5332
5333
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5328

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