TransitGatewayMulticastDeregisteredGroupSources
public struct TransitGatewayMulticastDeregisteredGroupSources : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The network interface IDs of the non-registered members.
Declaration
Swift
public let deregisteredNetworkInterfaceIds: [String]?
-
The IP address assigned to the transit gateway multicast group.
Declaration
Swift
public let groupIpAddress: String?
-
The ID of the transit gateway multicast domain.
Declaration
Swift
public let transitGatewayMulticastDomainId: String?
-
Undocumented
Declaration
Swift
public init(deregisteredNetworkInterfaceIds: [String]? = nil, groupIpAddress: String? = nil, transitGatewayMulticastDomainId: String? = nil)