class Aws::AccessAnalyzer::Types::PolicyGeneration

Contains details about the policy generation status and properties.

@!attribute [rw] completed_on

A timestamp of when the policy generation was completed.
@return [Time]

@!attribute [rw] job_id

The `JobId` that is returned by the `StartPolicyGeneration`
operation. The `JobId` can be used with `GetGeneratedPolicy` to
retrieve the generated policies or used with
`CancelPolicyGeneration` to cancel the policy generation request.
@return [String]

@!attribute [rw] principal_arn

The ARN of the IAM entity (user or role) for which you are
generating a policy.
@return [String]

@!attribute [rw] started_on

A timestamp of when the policy generation started.
@return [Time]

@!attribute [rw] status

The status of the policy generation request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/PolicyGeneration AWS API Documentation

Constants

SENSITIVE