Class: Aws::Types::ListResolverQueryLogConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResolverQueryLogConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resolver_query_log_configs ⇒ ::Array[Types::ResolverQueryLogConfig]
Returns the value of attribute resolver_query_log_configs.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
-
#total_filtered_count ⇒ ::Integer
Returns the value of attribute total_filtered_count.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
939 940 941 |
# File 'sig/types.rbs', line 939 def next_token @next_token end |
#resolver_query_log_configs ⇒ ::Array[Types::ResolverQueryLogConfig]
Returns the value of attribute resolver_query_log_configs.
942 943 944 |
# File 'sig/types.rbs', line 942 def resolver_query_log_configs @resolver_query_log_configs end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
940 941 942 |
# File 'sig/types.rbs', line 940 def total_count @total_count end |
#total_filtered_count ⇒ ::Integer
Returns the value of attribute total_filtered_count.
941 942 943 |
# File 'sig/types.rbs', line 941 def total_filtered_count @total_filtered_count end |