Class: Aws::Types::ListFindingsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arn::String

Returns the value of attribute analyzer_arn.



833
834
835
# File 'sig/types.rbs', line 833

def analyzer_arn
  @analyzer_arn
end

#filter::Hash[::String, Types::Criterion]

Returns the value of attribute filter.



834
835
836
# File 'sig/types.rbs', line 834

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.



837
838
839
# File 'sig/types.rbs', line 837

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



836
837
838
# File 'sig/types.rbs', line 836

def next_token
  @next_token
end

#sortTypes::SortCriteria

Returns the value of attribute sort.



835
836
837
# File 'sig/types.rbs', line 835

def sort
  @sort
end