Class: Aws::Types::ListReportsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListReportsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::ReportFilter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#filter ⇒ Types::ReportFilter
Returns the value of attribute filter.
785 786 787 |
# File 'sig/types.rbs', line 785 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
784 785 786 |
# File 'sig/types.rbs', line 784 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
783 784 785 |
# File 'sig/types.rbs', line 783 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
782 783 784 |
# File 'sig/types.rbs', line 782 def sort_order @sort_order end |