Class: Aws::Route53Resolver::Types::ListOutpostResolversResponse

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

#next_tokenString

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

Returns:

  • (String)


2959
2960
2961
2962
2963
2964
# File 'lib/aws-sdk-route53resolver/types.rb', line 2959

class ListOutpostResolversResponse < Struct.new(
  :outpost_resolvers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_resolversArray<Types::OutpostResolver>

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

Returns:



2959
2960
2961
2962
2963
2964
# File 'lib/aws-sdk-route53resolver/types.rb', line 2959

class ListOutpostResolversResponse < Struct.new(
  :outpost_resolvers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end