Class: Aws::AccessAnalyzer::Types::ListPolicyGenerationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ListPolicyGenerationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
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.
-
#principal_arn ⇒ String
The ARN of the IAM entity (user or role) for which you are generating a policy.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response.
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_token ⇒ String
A token used for pagination of results returned.
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_arn ⇒ String
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.
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 |