Class: Aws::Types::ListResolverQueryLogConfigAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResolverQueryLogConfigAssociationsResponse
- 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_config_associations ⇒ ::Array[Types::ResolverQueryLogConfigAssociation]
Returns the value of attribute resolver_query_log_config_associations.
-
#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.
922 923 924 |
# File 'sig/types.rbs', line 922 def next_token @next_token end |
#resolver_query_log_config_associations ⇒ ::Array[Types::ResolverQueryLogConfigAssociation]
Returns the value of attribute resolver_query_log_config_associations.
925 926 927 |
# File 'sig/types.rbs', line 925 def resolver_query_log_config_associations @resolver_query_log_config_associations end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
923 924 925 |
# File 'sig/types.rbs', line 923 def total_count @total_count end |
#total_filtered_count ⇒ ::Integer
Returns the value of attribute total_filtered_count.
924 925 926 |
# File 'sig/types.rbs', line 924 def total_filtered_count @total_filtered_count end |