ListResolverEndpointIpAddressesResponse class

Constructors

ListResolverEndpointIpAddressesResponse({List<IpAddressResponse>? ipAddresses, int? maxResults, String? nextToken})
ListResolverEndpointIpAddressesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAddresses List<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).
final
maxResults int?
The value that you specified for MaxResults in the request.
final
nextToken String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited