Class: Aws::AccessAnalyzer::Types::ListAccessPreviewsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAccessPreviewsResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_previews ⇒ Array<Types::AccessPreviewSummary>
A list of access previews retrieved for the analyzer.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#access_previews ⇒ Array<Types::AccessPreviewSummary>
A list of access previews retrieved for the analyzer.
2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2631 class ListAccessPreviewsResponse < Struct.new( :access_previews, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2631 2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2631 class ListAccessPreviewsResponse < Struct.new( :access_previews, :next_token) SENSITIVE = [] include Aws::Structure end |