Struct aws_sdk_route53resolver::model::IpAddressRequest [−][src]
#[non_exhaustive]pub struct IpAddressRequest {
pub subnet_id: Option<String>,
pub ip: Option<String>,
}
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.
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.subnet_id: Option<String>
The ID of the subnet that contains the IP address.
ip: Option<String>
The IP address that you want to use for DNS queries.
Implementations
Creates a new builder-style object to manufacture IpAddressRequest
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 IpAddressRequest
impl Send for IpAddressRequest
impl Sync for IpAddressRequest
impl Unpin for IpAddressRequest
impl UnwindSafe for IpAddressRequest
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