LocalGatewayVirtualInterfaceGroup
public struct LocalGatewayVirtualInterfaceGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the local gateway.
Declaration
Swift
public let localGatewayId: String? -
The ID of the virtual interface group.
Declaration
Swift
public let localGatewayVirtualInterfaceGroupId: String? -
The IDs of the virtual interfaces.
Declaration
Swift
public let localGatewayVirtualInterfaceIds: [String]? -
The tags assigned to the virtual interface group.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(localGatewayId: String? = nil, localGatewayVirtualInterfaceGroupId: String? = nil, localGatewayVirtualInterfaceIds: [String]? = nil, tags: [Tag]? = nil)
View on GitHub
LocalGatewayVirtualInterfaceGroup Structure Reference