Class: Aws::AccessAnalyzer::Types::ListAnalyzersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAnalyzersResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
The response to the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzers ⇒ Array<Types::AnalyzerSummary>
The analyzers retrieved.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#analyzers ⇒ Array<Types::AnalyzerSummary>
The analyzers retrieved.
2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2039 class ListAnalyzersResponse < Struct.new( :analyzers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2039 2040 2041 2042 2043 2044 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2039 class ListAnalyzersResponse < Struct.new( :analyzers, :next_token) SENSITIVE = [] include Aws::Structure end |