Module: Aws::Route53Resolver::Client::_ListResolverQueryLogConfigAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListResolverQueryLogConfigAssociationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #resolver_query_log_config_associations ⇒ ::Array[Types::ResolverQueryLogConfigAssociation]
- #total_count ⇒ ::Integer
- #total_filtered_count ⇒ ::Integer
Instance Method Details
#next_token ⇒ ::String
835 |
# File 'sig/client.rbs', line 835
def next_token: () -> ::String
|
#resolver_query_log_config_associations ⇒ ::Array[Types::ResolverQueryLogConfigAssociation]
838 |
# File 'sig/client.rbs', line 838
def resolver_query_log_config_associations: () -> ::Array[Types::ResolverQueryLogConfigAssociation]
|
#total_count ⇒ ::Integer
836 |
# File 'sig/client.rbs', line 836
def total_count: () -> ::Integer
|
#total_filtered_count ⇒ ::Integer
837 |
# File 'sig/client.rbs', line 837
def total_filtered_count: () -> ::Integer
|