#[non_exhaustive]pub struct TransitGatewayMulticastDeregisteredGroupSources {
pub transit_gateway_multicast_domain_id: Option<String>,
pub deregistered_network_interface_ids: Option<Vec<String>>,
pub group_ip_address: Option<String>,
}Expand description
Describes the deregistered transit gateway multicast group sources.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.transit_gateway_multicast_domain_id: Option<String>The ID of the transit gateway multicast domain.
deregistered_network_interface_ids: Option<Vec<String>>The network interface IDs of the non-registered members.
group_ip_address: Option<String>The IP address assigned to the transit gateway multicast group.
Implementations
The ID of the transit gateway multicast domain.
The network interface IDs of the non-registered members.
The IP address assigned to the transit gateway multicast group.
Creates a new builder-style object to manufacture TransitGatewayMulticastDeregisteredGroupSources
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more