You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::Greengrass

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Greengrass as input to an Aws::Client method, you can use a vanilla Hash:

{
  group_arn: "ARN", # required
}

Contains details for a gateway that runs on AWS IoT Greengrass. To create a gateway that runs on AWS 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 AWS IoT SiteWise. For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The ARN of the Greengrass group. For more information about how to find a group\'s ARN, see ListGroups and GetGroup in the AWS IoT Greengrass API Reference.

Returns:

  • (String)

    The [ARN][1] of the Greengrass group.