Class: Aws::AccessAnalyzer::Types::PolicyGenerationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::PolicyGenerationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains the ARN details about the IAM entity for which the policy is generated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal_arn ⇒ String
The ARN of the IAM entity (user or role) for which you are generating a policy.
Instance Attribute Details
#principal_arn ⇒ String
The ARN of the IAM entity (user or role) for which you are generating a policy.
3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3114 class PolicyGenerationDetails < Struct.new( :principal_arn) SENSITIVE = [] include Aws::Structure end |