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
Note:
When making an API call, you may pass ListAnalyzersRequest data as a hash:
{
max_results: 1,
next_token: "Token",
type: "ACCOUNT", # accepts ACCOUNT, ORGANIZATION
}
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.
2170 2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2170 class ListAnalyzersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
2170 2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2170 class ListAnalyzersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of analyzer.
2170 2171 2172 2173 2174 2175 2176 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2170 class ListAnalyzersRequest < Struct.new( :max_results, :next_token, :type) SENSITIVE = [] include Aws::Structure end |