Class: Aws::Types::ListResolverQueryLogConfigAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResolverQueryLogConfigAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ ::String
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
915 916 917 |
# File 'sig/types.rbs', line 915 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
913 914 915 |
# File 'sig/types.rbs', line 913 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
914 915 916 |
# File 'sig/types.rbs', line 914 def next_token @next_token end |
#sort_by ⇒ ::String
Returns the value of attribute sort_by.
916 917 918 |
# File 'sig/types.rbs', line 916 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
917 918 919 |
# File 'sig/types.rbs', line 917 def sort_order @sort_order end |