Class: Aws::Route53Resolver::Types::ListResolverEndpointsResponse

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 value that you specified for MaxResults in the request.

Returns:

  • (Integer)


3340
3341
3342
3343
3344
3345
3346
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3340

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

#next_tokenString

If more than MaxResults IP addresses match the specified criteria, you can submit another ListResolverEndpoint request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

Returns:

  • (String)


3340
3341
3342
3343
3344
3345
3346
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3340

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

#resolver_endpointsArray<Types::ResolverEndpoint>

The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.

Returns:



3340
3341
3342
3343
3344
3345
3346
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3340

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