Struct aws_sdk_route53resolver::types::IpAddressRequest
source · #[non_exhaustive]pub struct IpAddressRequest { /* private fields */ }Expand description
In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest also includes the ID of the subnet that contains the IP address.
Implementations§
source§impl IpAddressRequest
impl IpAddressRequest
sourcepub fn builder() -> IpAddressRequestBuilder
pub fn builder() -> IpAddressRequestBuilder
Creates a new builder-style object to manufacture IpAddressRequest.
Trait Implementations§
source§impl Clone for IpAddressRequest
impl Clone for IpAddressRequest
source§fn clone(&self) -> IpAddressRequest
fn clone(&self) -> IpAddressRequest
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 IpAddressRequest
impl Debug for IpAddressRequest
source§impl PartialEq<IpAddressRequest> for IpAddressRequest
impl PartialEq<IpAddressRequest> for IpAddressRequest
source§fn eq(&self, other: &IpAddressRequest) -> bool
fn eq(&self, other: &IpAddressRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.