Class: Aws::AccessAnalyzer::Types::ValidatePolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accessanalyzer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::ValidatePolicyFinding>

The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.

Returns:



4512
4513
4514
4515
4516
4517
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4512

class ValidatePolicyResponse < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


4512
4513
4514
4515
4516
4517
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4512

class ValidatePolicyResponse < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end