Class: Aws::IoTSiteWise::Types::GreengrassV2
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GreengrassV2
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Note:
When making an API call, you may pass GreengrassV2 data as a hash:
{
core_device_thing_name: "CoreDeviceThingName", # required
}
Contains details for a gateway that runs on IoT Greengrass V2. To
create a gateway that runs on IoT Greengrass V2, you must deploy the
IoT SiteWise Edge component to your gateway device. Your Greengrass
device role must use the AWSIoTSiteWiseEdgeAccess
policy. For
more information, see Using IoT SiteWise at the edge in the IoT
SiteWise User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_device_thing_name ⇒ String
The name of the IoT thing for your IoT Greengrass V2 core device.
Instance Attribute Details
#core_device_thing_name ⇒ String
The name of the IoT thing for your IoT Greengrass V2 core device.
5014 5015 5016 5017 5018 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5014 class GreengrassV2 < Struct.new( :core_device_thing_name) SENSITIVE = [] include Aws::Structure end |