Class: Aws::Types::ListInvestigationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInvestigationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
-
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
287 288 289 |
# File 'sig/types.rbs', line 287 def filter_criteria @filter_criteria end |
#graph_arn ⇒ ::String
Returns the value of attribute graph_arn.
284 285 286 |
# File 'sig/types.rbs', line 284 def graph_arn @graph_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
286 287 288 |
# File 'sig/types.rbs', line 286 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
285 286 287 |
# File 'sig/types.rbs', line 285 def next_token @next_token end |
#sort_criteria ⇒ Types::SortCriteria
Returns the value of attribute sort_criteria.
288 289 290 |
# File 'sig/types.rbs', line 288 def sort_criteria @sort_criteria end |