Class: Aws::AccessAnalyzer::Types::ListFindingsV2Request

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accessanalyzer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

Returns:

  • (String)


2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946

class ListFindingsV2Request < Struct.new(
  :analyzer_arn,
  :filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#filterHash<String,Types::Criterion>

A filter to match for the findings to return.

Returns:



2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946

class ListFindingsV2Request < Struct.new(
  :analyzer_arn,
  :filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946

class ListFindingsV2Request < Struct.new(
  :analyzer_arn,
  :filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946

class ListFindingsV2Request < Struct.new(
  :analyzer_arn,
  :filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::SortCriteria

The criteria used to sort.

Returns:



2946
2947
2948
2949
2950
2951
2952
2953
2954
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2946

class ListFindingsV2Request < Struct.new(
  :analyzer_arn,
  :filter,
  :max_results,
  :next_token,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end