Class: Aws::Types::ListFindingsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arn::String

Returns the value of attribute analyzer_arn.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def analyzer_arn
  @analyzer_arn
end

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

Returns the value of attribute filter.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


850
851
852
# File 'sig/types.rbs', line 850

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def next_token
  @next_token
end

#sortTypes::SortCriteria

Returns the value of attribute sort.

Returns:



852
853
854
# File 'sig/types.rbs', line 852

def sort
  @sort
end