#[non_exhaustive]pub struct CreateSiteToSiteVpnAttachmentInput { /* private fields */ }
Implementations§
source§impl CreateSiteToSiteVpnAttachmentInput
impl CreateSiteToSiteVpnAttachmentInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateSiteToSiteVpnAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateSiteToSiteVpnAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSiteToSiteVpnAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSiteToSiteVpnAttachmentInput
.
source§impl CreateSiteToSiteVpnAttachmentInput
impl CreateSiteToSiteVpnAttachmentInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network where you're creating a site-to-site VPN attachment.
sourcepub fn vpn_connection_arn(&self) -> Option<&str>
pub fn vpn_connection_arn(&self) -> Option<&str>
The ARN identifying the VPN attachment.
The tags associated with the request.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The client token associated with the request.
Trait Implementations§
source§impl Clone for CreateSiteToSiteVpnAttachmentInput
impl Clone for CreateSiteToSiteVpnAttachmentInput
source§fn clone(&self) -> CreateSiteToSiteVpnAttachmentInput
fn clone(&self) -> CreateSiteToSiteVpnAttachmentInput
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<CreateSiteToSiteVpnAttachmentInput> for CreateSiteToSiteVpnAttachmentInput
impl PartialEq<CreateSiteToSiteVpnAttachmentInput> for CreateSiteToSiteVpnAttachmentInput
source§fn eq(&self, other: &CreateSiteToSiteVpnAttachmentInput) -> bool
fn eq(&self, other: &CreateSiteToSiteVpnAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.