Class: Aws::Types::GetFindingsV2Request

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


6055
6056
6057
# File 'sig/types.rbs', line 6055

def next_token
  @next_token
end

#scopesTypes::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.

Returns:



6054
6055
6056
# File 'sig/types.rbs', line 6054

def sort_criteria
  @sort_criteria
end