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
MaxResultsResolvers match the specified criteria, you can submit anotherListOutpostResolverrequest 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.
3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3162 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.
3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3162 class ListOutpostResolversResponse < Struct.new( :outpost_resolvers, :next_token) SENSITIVE = [] include Aws::Structure end |