#[non_exhaustive]pub struct TransitGatewayMulticastDomainAssociations { /* private fields */ }
Expand description
Describes the multicast domain associations.
Implementations
sourceimpl TransitGatewayMulticastDomainAssociations
impl TransitGatewayMulticastDomainAssociations
sourcepub fn transit_gateway_multicast_domain_id(&self) -> Option<&str>
pub fn transit_gateway_multicast_domain_id(&self) -> Option<&str>
The ID of the transit gateway multicast domain.
sourcepub fn transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the transit gateway attachment.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
sourcepub fn resource_type(&self) -> Option<&TransitGatewayAttachmentResourceType>
pub fn resource_type(&self) -> Option<&TransitGatewayAttachmentResourceType>
The type of resource, for example a VPC attachment.
sourcepub fn resource_owner_id(&self) -> Option<&str>
pub fn resource_owner_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the resource.
sourcepub fn subnets(&self) -> Option<&[SubnetAssociation]>
pub fn subnets(&self) -> Option<&[SubnetAssociation]>
The subnets associated with the multicast domain.
sourceimpl TransitGatewayMulticastDomainAssociations
impl TransitGatewayMulticastDomainAssociations
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayMulticastDomainAssociations
.
Trait Implementations
sourceimpl Clone for TransitGatewayMulticastDomainAssociations
impl Clone for TransitGatewayMulticastDomainAssociations
sourcefn clone(&self) -> TransitGatewayMulticastDomainAssociations
fn clone(&self) -> TransitGatewayMulticastDomainAssociations
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<TransitGatewayMulticastDomainAssociations> for TransitGatewayMulticastDomainAssociations
impl PartialEq<TransitGatewayMulticastDomainAssociations> for TransitGatewayMulticastDomainAssociations
sourcefn eq(&self, other: &TransitGatewayMulticastDomainAssociations) -> bool
fn eq(&self, other: &TransitGatewayMulticastDomainAssociations) -> bool
impl StructuralPartialEq for TransitGatewayMulticastDomainAssociations
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayMulticastDomainAssociations
impl Send for TransitGatewayMulticastDomainAssociations
impl Sync for TransitGatewayMulticastDomainAssociations
impl Unpin for TransitGatewayMulticastDomainAssociations
impl UnwindSafe for TransitGatewayMulticastDomainAssociations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more