#[non_exhaustive]pub struct AcceptDirectConnectGatewayAssociationProposalInput { /* private fields */ }Implementations
sourceimpl AcceptDirectConnectGatewayAssociationProposalInput
impl AcceptDirectConnectGatewayAssociationProposalInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptDirectConnectGatewayAssociationProposal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptDirectConnectGatewayAssociationProposal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AcceptDirectConnectGatewayAssociationProposal>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AcceptDirectConnectGatewayAssociationProposalInput.
sourceimpl AcceptDirectConnectGatewayAssociationProposalInput
impl AcceptDirectConnectGatewayAssociationProposalInput
sourcepub fn direct_connect_gateway_id(&self) -> Option<&str>
pub fn direct_connect_gateway_id(&self) -> Option<&str>
The ID of the Direct Connect gateway.
sourcepub fn proposal_id(&self) -> Option<&str>
pub fn proposal_id(&self) -> Option<&str>
The ID of the request proposal.
sourcepub fn associated_gateway_owner_account(&self) -> Option<&str>
pub fn associated_gateway_owner_account(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.
sourcepub fn override_allowed_prefixes_to_direct_connect_gateway(
&self
) -> Option<&[RouteFilterPrefix]>
pub fn override_allowed_prefixes_to_direct_connect_gateway(
&self
) -> Option<&[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 Direct Connect User Guide.
Trait Implementations
sourceimpl Clone for AcceptDirectConnectGatewayAssociationProposalInput
impl Clone for AcceptDirectConnectGatewayAssociationProposalInput
sourcefn clone(&self) -> AcceptDirectConnectGatewayAssociationProposalInput
fn clone(&self) -> AcceptDirectConnectGatewayAssociationProposalInput
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<AcceptDirectConnectGatewayAssociationProposalInput> for AcceptDirectConnectGatewayAssociationProposalInput
impl PartialEq<AcceptDirectConnectGatewayAssociationProposalInput> for AcceptDirectConnectGatewayAssociationProposalInput
sourcefn eq(&self, other: &AcceptDirectConnectGatewayAssociationProposalInput) -> bool
fn eq(&self, other: &AcceptDirectConnectGatewayAssociationProposalInput) -> bool
impl StructuralPartialEq for AcceptDirectConnectGatewayAssociationProposalInput
Auto Trait Implementations
impl RefUnwindSafe for AcceptDirectConnectGatewayAssociationProposalInput
impl Send for AcceptDirectConnectGatewayAssociationProposalInput
impl Sync for AcceptDirectConnectGatewayAssociationProposalInput
impl Unpin for AcceptDirectConnectGatewayAssociationProposalInput
impl UnwindSafe for AcceptDirectConnectGatewayAssociationProposalInput
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