Class: Aws::AccessAnalyzer::Types::ValidatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ValidatePolicyResponse
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::ValidatePolicyFinding>
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
-
#next_token ⇒ String
A token used for pagination of results returned.
Instance Attribute Details
#findings ⇒ Array<Types::ValidatePolicyFinding>
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
4389 4390 4391 4392 4393 4394 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4389 class ValidatePolicyResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used for pagination of results returned.
4389 4390 4391 4392 4393 4394 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4389 class ValidatePolicyResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |