Class: Aws::IoTSiteWise::Types::Greengrass
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Greengrass
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains details for a gateway that runs on IoT Greengrass. To create a gateway that runs on IoT Greengrass, you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass group must also have permissions to upload data to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_arn ⇒ String
The [ARN][1] of the Greengrass group.
Instance Attribute Details
#group_arn ⇒ String
The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the IoT Greengrass V1 API Reference.
5910 5911 5912 5913 5914 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5910 class Greengrass < Struct.new( :group_arn) SENSITIVE = [] include Aws::Structure end |