#[non_exhaustive]pub struct CreateDirectConnectGatewayAssociationProposalInput { /* private fields */ }Implementations§
source§impl CreateDirectConnectGatewayAssociationProposalInput
impl CreateDirectConnectGatewayAssociationProposalInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDirectConnectGatewayAssociationProposal, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDirectConnectGatewayAssociationProposal, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDirectConnectGatewayAssociationProposal>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDirectConnectGatewayAssociationProposalInput.
source§impl CreateDirectConnectGatewayAssociationProposalInput
impl CreateDirectConnectGatewayAssociationProposalInput
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 direct_connect_gateway_owner_account(&self) -> Option<&str>
pub fn direct_connect_gateway_owner_account(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
sourcepub fn gateway_id(&self) -> Option<&str>
pub fn gateway_id(&self) -> Option<&str>
The ID of the virtual private gateway or transit gateway.
sourcepub fn add_allowed_prefixes_to_direct_connect_gateway(
&self
) -> Option<&[RouteFilterPrefix]>
pub fn add_allowed_prefixes_to_direct_connect_gateway(
&self
) -> Option<&[RouteFilterPrefix]>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
sourcepub fn remove_allowed_prefixes_to_direct_connect_gateway(
&self
) -> Option<&[RouteFilterPrefix]>
pub fn remove_allowed_prefixes_to_direct_connect_gateway(
&self
) -> Option<&[RouteFilterPrefix]>
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Trait Implementations§
source§impl Clone for CreateDirectConnectGatewayAssociationProposalInput
impl Clone for CreateDirectConnectGatewayAssociationProposalInput
source§fn clone(&self) -> CreateDirectConnectGatewayAssociationProposalInput
fn clone(&self) -> CreateDirectConnectGatewayAssociationProposalInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<CreateDirectConnectGatewayAssociationProposalInput> for CreateDirectConnectGatewayAssociationProposalInput
impl PartialEq<CreateDirectConnectGatewayAssociationProposalInput> for CreateDirectConnectGatewayAssociationProposalInput
source§fn eq(&self, other: &CreateDirectConnectGatewayAssociationProposalInput) -> bool
fn eq(&self, other: &CreateDirectConnectGatewayAssociationProposalInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.