Struct aws_sdk_route53resolver::operation::list_resolver_endpoint_ip_addresses::ListResolverEndpointIpAddressesOutput
source · #[non_exhaustive]pub struct ListResolverEndpointIpAddressesOutput { /* private fields */ }Implementations§
source§impl ListResolverEndpointIpAddressesOutput
impl ListResolverEndpointIpAddressesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the specified endpoint has more than MaxResults IP addresses, you can submit another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request, specify the value of NextToken from the previous response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The value that you specified for MaxResults in the request.
sourcepub fn ip_addresses(&self) -> Option<&[IpAddressResponse]>
pub fn ip_addresses(&self) -> Option<&[IpAddressResponse]>
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
source§impl ListResolverEndpointIpAddressesOutput
impl ListResolverEndpointIpAddressesOutput
sourcepub fn builder() -> ListResolverEndpointIpAddressesOutputBuilder
pub fn builder() -> ListResolverEndpointIpAddressesOutputBuilder
Creates a new builder-style object to manufacture ListResolverEndpointIpAddressesOutput.
Trait Implementations§
source§impl Clone for ListResolverEndpointIpAddressesOutput
impl Clone for ListResolverEndpointIpAddressesOutput
source§fn clone(&self) -> ListResolverEndpointIpAddressesOutput
fn clone(&self) -> ListResolverEndpointIpAddressesOutput
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<ListResolverEndpointIpAddressesOutput> for ListResolverEndpointIpAddressesOutput
impl PartialEq<ListResolverEndpointIpAddressesOutput> for ListResolverEndpointIpAddressesOutput
source§fn eq(&self, other: &ListResolverEndpointIpAddressesOutput) -> bool
fn eq(&self, other: &ListResolverEndpointIpAddressesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResolverEndpointIpAddressesOutput
impl RequestId for ListResolverEndpointIpAddressesOutput
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.