#[non_exhaustive]pub struct CreateSiteToSiteVpnAttachmentInput {
pub core_network_id: Option<String>,
pub vpn_connection_arn: Option<String>,
pub tags: Option<Vec<Tag>>,
pub client_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.core_network_id: Option<String>
The ID of a core network where you're creating a site-to-site VPN attachment.
vpn_connection_arn: Option<String>
The ARN identifying the VPN attachment.
The tags associated with the request.
client_token: Option<String>
The client token associated with the request.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateSiteToSiteVpnAttachment, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateSiteToSiteVpnAttachment, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateSiteToSiteVpnAttachment
>
Creates a new builder-style object to manufacture CreateSiteToSiteVpnAttachmentInput
The ID of a core network where you're creating a site-to-site VPN attachment.
The ARN identifying the VPN attachment.
The tags associated with the request.
The client token associated with the request.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateSiteToSiteVpnAttachmentInput
impl Sync for CreateSiteToSiteVpnAttachmentInput
impl Unpin for CreateSiteToSiteVpnAttachmentInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more