#[non_exhaustive]pub struct CreateVpcAttachmentInput { /* private fields */ }
Implementations§
source§impl CreateVpcAttachmentInput
impl CreateVpcAttachmentInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateVpcAttachment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateVpcAttachment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateVpcAttachment
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpcAttachmentInput
.
source§impl CreateVpcAttachmentInput
impl CreateVpcAttachmentInput
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network for the VPC attachment.
sourcepub fn subnet_arns(&self) -> Option<&[String]>
pub fn subnet_arns(&self) -> Option<&[String]>
The subnet ARN of the VPC attachment.
sourcepub fn options(&self) -> Option<&VpcOptions>
pub fn options(&self) -> Option<&VpcOptions>
Options for the VPC attachment.
The key-value 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 CreateVpcAttachmentInput
impl Clone for CreateVpcAttachmentInput
source§fn clone(&self) -> CreateVpcAttachmentInput
fn clone(&self) -> CreateVpcAttachmentInput
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 Debug for CreateVpcAttachmentInput
impl Debug for CreateVpcAttachmentInput
source§impl PartialEq<CreateVpcAttachmentInput> for CreateVpcAttachmentInput
impl PartialEq<CreateVpcAttachmentInput> for CreateVpcAttachmentInput
source§fn eq(&self, other: &CreateVpcAttachmentInput) -> bool
fn eq(&self, other: &CreateVpcAttachmentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.