You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::CreateGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateGatewayResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The [ARN][1] of the gateway, which has the following format.
-
#gateway_id ⇒ String
The ID of the gateway device.
Instance Attribute Details
#gateway_arn ⇒ String
The ARN of the gateway, which has the following format.
arn:$`{Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}`
#gateway_id ⇒ String
The ID of the gateway device. You can use this ID when you call other AWS IoT SiteWise APIs.