Class: Aws::AccessAnalyzer::Types::ListAnalyzersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListAnalyzersRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Retrieves a list of analyzers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token used for pagination of results returned.
-
#type ⇒ String
The type of analyzer.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response.
2707 2708 2709 2710 2711 2712 2713 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2707 class ListAnalyzersRequest < Struct.new( :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2707 2708 2709 2710 2711 2712 2713 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2707 class ListAnalyzersRequest < Struct.new( :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of analyzer.
2707 2708 2709 2710 2711 2712 2713 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2707 class ListAnalyzersRequest < Struct.new( :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |