#[non_exhaustive]pub struct TransitGatewayMulticastRegisteredGroupMembers {
pub transit_gateway_multicast_domain_id: Option<String>,
pub registered_network_interface_ids: Option<Vec<String>>,
pub group_ip_address: Option<String>,
}Expand description
Describes the registered transit gateway multicast group members.
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.
registered_network_interface_ids: Option<Vec<String>>The ID of the registered network interfaces.
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 ID of the registered network interfaces.
The IP address assigned to the transit gateway multicast group.
Creates a new builder-style object to manufacture TransitGatewayMulticastRegisteredGroupMembers
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