Class: Aws::Types::ListResolverDnssecConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResolverDnssecConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resolver_dnssec_configs ⇒ ::Array[Types::ResolverDnssecConfig]
Returns the value of attribute resolver_dnssec_configs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
879 880 881 |
# File 'sig/types.rbs', line 879 def next_token @next_token end |
#resolver_dnssec_configs ⇒ ::Array[Types::ResolverDnssecConfig]
Returns the value of attribute resolver_dnssec_configs.
880 881 882 |
# File 'sig/types.rbs', line 880 def resolver_dnssec_configs @resolver_dnssec_configs end |