Class: Aws::Types::GetFindingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::AwsSecurityFindingFilters

Returns the value of attribute filters.



6022
6023
6024
# File 'sig/types.rbs', line 6022

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6025
6026
6027
# File 'sig/types.rbs', line 6025

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6024
6025
6026
# File 'sig/types.rbs', line 6024

def next_token
  @next_token
end

#sort_criteria::Array[Types::SortCriterion]

Returns the value of attribute sort_criteria.

Returns:



6023
6024
6025
# File 'sig/types.rbs', line 6023

def sort_criteria
  @sort_criteria
end