[][src]Struct rusoto_directconnect::CreateDirectConnectGatewayAssociationProposalRequest

pub struct CreateDirectConnectGatewayAssociationProposalRequest {
    pub add_allowed_prefixes_to_direct_connect_gateway: Option<Vec<RouteFilterPrefix>>,
    pub direct_connect_gateway_id: String,
    pub direct_connect_gateway_owner_account: String,
    pub gateway_id: String,
    pub remove_allowed_prefixes_to_direct_connect_gateway: Option<Vec<RouteFilterPrefix>>,
}

Fields

add_allowed_prefixes_to_direct_connect_gateway: Option<Vec<RouteFilterPrefix>>

The Amazon VPC prefixes to advertise to the Direct Connect gateway.

direct_connect_gateway_id: String

The ID of the Direct Connect gateway.

direct_connect_gateway_owner_account: String

The ID of the AWS account that owns the Direct Connect gateway.

gateway_id: String

The ID of the virtual private gateway or transit gateway.

remove_allowed_prefixes_to_direct_connect_gateway: Option<Vec<RouteFilterPrefix>>

The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

Trait Implementations

impl Clone for CreateDirectConnectGatewayAssociationProposalRequest[src]

impl Debug for CreateDirectConnectGatewayAssociationProposalRequest[src]

impl Default for CreateDirectConnectGatewayAssociationProposalRequest[src]

impl PartialEq<CreateDirectConnectGatewayAssociationProposalRequest> for CreateDirectConnectGatewayAssociationProposalRequest[src]

impl Serialize for CreateDirectConnectGatewayAssociationProposalRequest[src]

impl StructuralPartialEq for CreateDirectConnectGatewayAssociationProposalRequest[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, 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.