Class: Aws::IoTSiteWise::Types::GatewayPlatform
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GatewayPlatform
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass GatewayPlatform data as a hash:
{
greengrass: { # required
group_arn: "ARN", # required
},
}
Contains a gateway's platform information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#greengrass ⇒ Types::Greengrass
A gateway that runs on AWS IoT Greengrass.
Instance Attribute Details
#greengrass ⇒ Types::Greengrass
A gateway that runs on AWS IoT Greengrass.
3157 3158 3159 3160 3161 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3157 class GatewayPlatform < Struct.new( :greengrass) SENSITIVE = [] include Aws::Structure end |