Struct aws_sdk_ec2::input::UnassignIpv6AddressesInput [−][src]
#[non_exhaustive]pub struct UnassignIpv6AddressesInput {
pub ipv6_addresses: Option<Vec<String>>,
pub ipv6_prefixes: Option<Vec<String>>,
pub network_interface_id: 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.ipv6_addresses: Option<Vec<String>>
The IPv6 addresses to unassign from the network interface.
ipv6_prefixes: Option<Vec<String>>
One or more IPv6 prefixes to unassign from the network interface.
network_interface_id: Option<String>
The ID of the network interface.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UnassignIpv6Addresses, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UnassignIpv6Addresses, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UnassignIpv6Addresses
>
Creates a new builder-style object to manufacture UnassignIpv6AddressesInput
The IPv6 addresses to unassign from the network interface.
One or more IPv6 prefixes to unassign from the network interface.
The ID of the network interface.
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 RefUnwindSafe for UnassignIpv6AddressesInput
impl Send for UnassignIpv6AddressesInput
impl Sync for UnassignIpv6AddressesInput
impl Unpin for UnassignIpv6AddressesInput
impl UnwindSafe for UnassignIpv6AddressesInput
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