CreateGatewayResponse
public struct CreateGatewayResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the gateway, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
Declaration
Swift
public let gatewayArn: String
-
The ID of the gateway device. You can use this ID when you call other AWS IoT SiteWise APIs.
Declaration
Swift
public let gatewayId: String
-
Undocumented
Declaration
Swift
public init(gatewayArn: String, gatewayId: String)