VirtualGateway
public struct VirtualGateway : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the virtual private gateway.
Declaration
Swift
public let virtualGatewayId: String?
-
The state of the virtual private gateway. The following are the possible values: pending: Initial state after creating the virtual private gateway. available: Ready for use by a private virtual interface. deleting: Initial state after deleting the virtual private gateway. deleted: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.
Declaration
Swift
public let virtualGatewayState: String?
-
Undocumented
Declaration
Swift
public init(virtualGatewayId: String? = nil, virtualGatewayState: String? = nil)