Struct aws_sdk_ec2::operation::unassign_private_nat_gateway_address::UnassignPrivateNatGatewayAddressOutput
source · #[non_exhaustive]pub struct UnassignPrivateNatGatewayAddressOutput { /* private fields */ }
Implementations§
source§impl UnassignPrivateNatGatewayAddressOutput
impl UnassignPrivateNatGatewayAddressOutput
sourcepub fn nat_gateway_id(&self) -> Option<&str>
pub fn nat_gateway_id(&self) -> Option<&str>
The NAT gateway ID.
sourcepub fn nat_gateway_addresses(&self) -> Option<&[NatGatewayAddress]>
pub fn nat_gateway_addresses(&self) -> Option<&[NatGatewayAddress]>
Information about the NAT gateway IP addresses.
source§impl UnassignPrivateNatGatewayAddressOutput
impl UnassignPrivateNatGatewayAddressOutput
sourcepub fn builder() -> UnassignPrivateNatGatewayAddressOutputBuilder
pub fn builder() -> UnassignPrivateNatGatewayAddressOutputBuilder
Creates a new builder-style object to manufacture UnassignPrivateNatGatewayAddressOutput
.
Trait Implementations§
source§impl Clone for UnassignPrivateNatGatewayAddressOutput
impl Clone for UnassignPrivateNatGatewayAddressOutput
source§fn clone(&self) -> UnassignPrivateNatGatewayAddressOutput
fn clone(&self) -> UnassignPrivateNatGatewayAddressOutput
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<UnassignPrivateNatGatewayAddressOutput> for UnassignPrivateNatGatewayAddressOutput
impl PartialEq<UnassignPrivateNatGatewayAddressOutput> for UnassignPrivateNatGatewayAddressOutput
source§fn eq(&self, other: &UnassignPrivateNatGatewayAddressOutput) -> bool
fn eq(&self, other: &UnassignPrivateNatGatewayAddressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UnassignPrivateNatGatewayAddressOutput
impl RequestId for UnassignPrivateNatGatewayAddressOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UnassignPrivateNatGatewayAddressOutput
Auto Trait Implementations§
impl RefUnwindSafe for UnassignPrivateNatGatewayAddressOutput
impl Send for UnassignPrivateNatGatewayAddressOutput
impl Sync for UnassignPrivateNatGatewayAddressOutput
impl Unpin for UnassignPrivateNatGatewayAddressOutput
impl UnwindSafe for UnassignPrivateNatGatewayAddressOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more