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.
3095 3096 3097 3098 3099 3100 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3095 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.
3095 3096 3097 3098 3099 3100 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3095 class ListOutpostResolversResponse < Struct.new( :outpost_resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |