Class: Aws::AccessAnalyzer::Types::ListPolicyGenerationsRequest

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

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


2990
2991
2992
2993
2994
2995
2996
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2990

class ListPolicyGenerationsRequest < Struct.new(
  :principal_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used for pagination of results returned.

Returns:

  • (String)


2990
2991
2992
2993
2994
2995
2996
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2990

class ListPolicyGenerationsRequest < Struct.new(
  :principal_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#principal_arnString

The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with ‘ListGeneratedPolicies` to filter the results to only include results for a specific principal.

Returns:

  • (String)


2990
2991
2992
2993
2994
2995
2996
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2990

class ListPolicyGenerationsRequest < Struct.new(
  :principal_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end