Class: Aws::AccessAnalyzer::Types::ListAccessPreviewFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAccessPreviewFindingsResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::AccessPreviewFinding>
A list of access preview findings that match the specified filter criteria.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#findings ⇒ Array<Types::AccessPreviewFinding>
A list of access preview findings that match the specified filter criteria.
2588 2589 2590 2591 2592 2593 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2588 class ListAccessPreviewFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2588 2589 2590 2591 2592 2593 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2588 class ListAccessPreviewFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |