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