[][src]Struct rusoto_directconnect::AcceptDirectConnectGatewayAssociationProposalRequest

pub struct AcceptDirectConnectGatewayAssociationProposalRequest {
    pub associated_gateway_owner_account: String,
    pub direct_connect_gateway_id: String,
    pub override_allowed_prefixes_to_direct_connect_gateway: Option<Vec<RouteFilterPrefix>>,
    pub proposal_id: String,
}

Fields

associated_gateway_owner_account: String

The ID of the AWS account that owns the virtual private gateway or transit gateway.

direct_connect_gateway_id: String

The ID of the Direct Connect gateway.

override_allowed_prefixes_to_direct_connect_gateway: Option<Vec<RouteFilterPrefix>>

Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.

For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.

proposal_id: String

The ID of the request proposal.

Trait Implementations

impl Clone for AcceptDirectConnectGatewayAssociationProposalRequest[src]

impl Debug for AcceptDirectConnectGatewayAssociationProposalRequest[src]

impl Default for AcceptDirectConnectGatewayAssociationProposalRequest[src]

impl PartialEq<AcceptDirectConnectGatewayAssociationProposalRequest> for AcceptDirectConnectGatewayAssociationProposalRequest[src]

impl Serialize for AcceptDirectConnectGatewayAssociationProposalRequest[src]

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