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

#finding_criteriaTypes::FindingCriteria

Returns the value of attribute finding_criteria.



1200
1201
1202
# File 'sig/types.rbs', line 1200

def finding_criteria
  @finding_criteria
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def next_token
  @next_token
end

#sort_criteriaTypes::SortCriteria

Returns the value of attribute sort_criteria.

Returns:



1203
1204
1205
# File 'sig/types.rbs', line 1203

def sort_criteria
  @sort_criteria
end