Class: Aws::AccessAnalyzer::Types::ListFindingsV2Response

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::FindingSummaryV2>

A list of findings retrieved from the analyzer that match the filter criteria specified, if any.

Returns:



2716
2717
2718
2719
2720
2721
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2716

class ListFindingsV2Response < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2716
2717
2718
2719
2720
2721
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2716

class ListFindingsV2Response < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end