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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3114
3115
3116
3117
3118
3119
3120
# File 'lib/aws-sdk-route53resolver/types.rb', line 3114

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)


3114
3115
3116
3117
3118
3119
3120
# File 'lib/aws-sdk-route53resolver/types.rb', line 3114

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)


3114
3115
3116
3117
3118
3119
3120
# File 'lib/aws-sdk-route53resolver/types.rb', line 3114

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