Class: Aws::AccessAnalyzer::Types::ListFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::FindingSummary>
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::FindingSummary>
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
2913 2914 2915 2916 2917 2918 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2913 class ListFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2913 2914 2915 2916 2917 2918 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2913 class ListFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |