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

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


2948
2949
2950
2951
2952
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2948

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