Class: Aws::Types::GetFindingsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::OcsfFindingFilters
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.
-
#scopes ⇒ Types::FindingScopes
Returns the value of attribute scopes.
-
#sort_criteria ⇒ ::Array[Types::SortCriterion]
Returns the value of attribute sort_criteria.
Instance Attribute Details
#filters ⇒ Types::OcsfFindingFilters
Returns the value of attribute filters.
6052 6053 6054 |
# File 'sig/types.rbs', line 6052 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def next_token @next_token end |
#scopes ⇒ Types::FindingScopes
Returns the value of attribute scopes.
6053 6054 6055 |
# File 'sig/types.rbs', line 6053 def scopes @scopes end |
#sort_criteria ⇒ ::Array[Types::SortCriterion]
Returns the value of attribute sort_criteria.
6054 6055 6056 |
# File 'sig/types.rbs', line 6054 def sort_criteria @sort_criteria end |