Class: Aws::Route53Resolver::Types::ListResolverDnssecConfigsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListResolverDnssecConfigsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
An optional specification to return a subset of objects.
-
#max_results ⇒ Integer
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return.
-
#next_token ⇒ String
(Optional) If the current Amazon Web Services account has more than ‘MaxResults` DNSSEC configurations, use `NextToken` to get the second and subsequent pages of results.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
An optional specification to return a subset of objects.
3182 3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 3182 class ListResolverDnssecConfigsRequest < Struct.new( :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. If you don’t specify a value for ‘MaxResults`, Route 53 returns up to 100 configuration per page.
3182 3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 3182 class ListResolverDnssecConfigsRequest < Struct.new( :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Optional) If the current Amazon Web Services account has more than ‘MaxResults` DNSSEC configurations, use `NextToken` to get the second and subsequent pages of results.
For the first ‘ListResolverDnssecConfigs` request, omit this value.
For the second and subsequent requests, get the value of ‘NextToken` from the previous response and specify that value for `NextToken` in the request.
3182 3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 3182 class ListResolverDnssecConfigsRequest < Struct.new( :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |