Class: Aws::AccessAnalyzer::Types::ListFindingsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListFindingsV2Response
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::FindingSummaryV2>
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#findings ⇒ Array<Types::FindingSummaryV2>
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
2882 2883 2884 2885 2886 2887 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2882 class ListFindingsV2Response < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2882 2883 2884 2885 2886 2887 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2882 class ListFindingsV2Response < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |