Class: Aws::AccessAnalyzer::Types::PolicyGenerationDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#principal_arnString

The ARN of the IAM entity (user or role) for which you are generating a policy.

Returns:

  • (String)


3199
3200
3201
3202
3203
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3199

class PolicyGenerationDetails < Struct.new(
  :principal_arn)
  SENSITIVE = []
  include Aws::Structure
end