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