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.
3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3111 class ListAccessPreviewFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
3111 3112 3113 3114 3115 3116 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3111 class ListAccessPreviewFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |