Class: Aws::Route53Resolver::Types::ListOutpostResolversResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListOutpostResolversResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If more than
MaxResults
Resolvers match the specified criteria, you can submit anotherListOutpostResolver
request to get the next group of results. -
#outpost_resolvers ⇒ Array<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.
Instance Attribute Details
#next_token ⇒ String
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.
2822 2823 2824 2825 2826 2827 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2822 class ListOutpostResolversResponse < Struct.new( :outpost_resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |
#outpost_resolvers ⇒ Array<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.
2822 2823 2824 2825 2826 2827 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2822 class ListOutpostResolversResponse < Struct.new( :outpost_resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |