Class: Aws::Types::ListInsightsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInsightsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_filter ⇒ Types::ListInsightsStatusFilter
Returns the value of attribute status_filter.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
471 472 473 |
# File 'sig/types.rbs', line 471 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
472 473 474 |
# File 'sig/types.rbs', line 472 def next_token @next_token end |
#status_filter ⇒ Types::ListInsightsStatusFilter
Returns the value of attribute status_filter.
470 471 472 |
# File 'sig/types.rbs', line 470 def status_filter @status_filter end |