Class: Aws::Route53Resolver::Types::ListResolverEndpointIpAddressesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request. If you don't specify a value for MaxResults, Resolver returns up to 100 IP addresses.

Returns:

  • (Integer)


3184
3185
3186
3187
3188
3189
3190
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3184

class ListResolverEndpointIpAddressesRequest < Struct.new(
  :resolver_endpoint_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

For the first ListResolverEndpointIpAddresses request, omit this value.

If the specified Resolver 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.

Returns:

  • (String)


3184
3185
3186
3187
3188
3189
3190
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3184

class ListResolverEndpointIpAddressesRequest < Struct.new(
  :resolver_endpoint_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resolver_endpoint_idString

The ID of the Resolver endpoint that you want to get IP addresses for.

Returns:

  • (String)


3184
3185
3186
3187
3188
3189
3190
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3184

class ListResolverEndpointIpAddressesRequest < Struct.new(
  :resolver_endpoint_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end