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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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)


2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2739

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)


2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2739

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)


2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2739

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