[][src]Struct rusoto_ec2::TransitGatewayMulticastGroup

pub struct TransitGatewayMulticastGroup {
    pub group_ip_address: Option<String>,
    pub group_member: Option<bool>,
    pub group_source: Option<bool>,
    pub member_type: Option<String>,
    pub network_interface_id: Option<String>,
    pub resource_id: Option<String>,
    pub resource_type: Option<String>,
    pub source_type: Option<String>,
    pub subnet_id: Option<String>,
    pub transit_gateway_attachment_id: Option<String>,
}

Describes the transit gateway multicast group resources.

Fields

group_ip_address: Option<String>

The IP address assigned to the transit gateway multicast group.

group_member: Option<bool>

Indicates that the resource is a transit gateway multicast group member.

group_source: Option<bool>

Indicates that the resource is a transit gateway multicast group member.

member_type: Option<String>

The member type (for example, static).

network_interface_id: Option<String>

The ID of the transit gateway attachment.

resource_id: Option<String>

The ID of the resource.

resource_type: Option<String>

The type of resource, for example a VPC attachment.

source_type: Option<String>

The source type.

subnet_id: Option<String>

The ID of the subnet.

transit_gateway_attachment_id: Option<String>

The ID of the transit gateway attachment.

Trait Implementations

impl Clone for TransitGatewayMulticastGroup[src]

impl Debug for TransitGatewayMulticastGroup[src]

impl Default for TransitGatewayMulticastGroup[src]

impl PartialEq<TransitGatewayMulticastGroup> for TransitGatewayMulticastGroup[src]

impl StructuralPartialEq for TransitGatewayMulticastGroup[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.