pub struct TransitGatewayMulticastDomainAssociations {
pub resource_id: Option<String>,
pub resource_type: Option<String>,
pub subnets: Option<Vec<SubnetAssociation>>,
pub transit_gateway_attachment_id: Option<String>,
pub transit_gateway_multicast_domain_id: Option<String>,
}Expand description
Describes the multicast domain associations.
Fields§
§resource_id: Option<String>The ID of the resource.
resource_type: Option<String>The type of resource, for example a VPC attachment.
subnets: Option<Vec<SubnetAssociation>>The subnets associated with the multicast domain.
transit_gateway_attachment_id: Option<String>The ID of the transit gateway attachment.
transit_gateway_multicast_domain_id: Option<String>The ID of the transit gateway multicast domain.
Trait Implementations§
Source§impl Clone for TransitGatewayMulticastDomainAssociations
impl Clone for TransitGatewayMulticastDomainAssociations
Source§fn clone(&self) -> TransitGatewayMulticastDomainAssociations
fn clone(&self) -> TransitGatewayMulticastDomainAssociations
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TransitGatewayMulticastDomainAssociations
impl Default for TransitGatewayMulticastDomainAssociations
Source§fn default() -> TransitGatewayMulticastDomainAssociations
fn default() -> TransitGatewayMulticastDomainAssociations
Returns the “default value” for a type. Read more
Source§impl PartialEq for TransitGatewayMulticastDomainAssociations
impl PartialEq for TransitGatewayMulticastDomainAssociations
Source§fn eq(&self, other: &TransitGatewayMulticastDomainAssociations) -> bool
fn eq(&self, other: &TransitGatewayMulticastDomainAssociations) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransitGatewayMulticastDomainAssociations
Auto Trait Implementations§
impl Freeze for TransitGatewayMulticastDomainAssociations
impl RefUnwindSafe for TransitGatewayMulticastDomainAssociations
impl Send for TransitGatewayMulticastDomainAssociations
impl Sync for TransitGatewayMulticastDomainAssociations
impl Unpin for TransitGatewayMulticastDomainAssociations
impl UnwindSafe for TransitGatewayMulticastDomainAssociations
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more