Class: Aws::Types::ListFindingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def detector_id
  @detector_id
end

#finding_criteriaTypes::FindingCriteria

Returns the value of attribute finding_criteria.



1903
1904
1905
# File 'sig/types.rbs', line 1903

def finding_criteria
  @finding_criteria
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def next_token
  @next_token
end

#sort_criteriaTypes::SortCriteria

Returns the value of attribute sort_criteria.

Returns:



1904
1905
1906
# File 'sig/types.rbs', line 1904

def sort_criteria
  @sort_criteria
end