class Aws::AuditManager::Types::Role

The wrapper that contains the Audit Manager role information of the current user, such as the role type and IAM Amazon Resource Name (ARN).

@note When making an API call, you may pass Role

data as a hash:

    {
      role_type: "PROCESS_OWNER", # accepts PROCESS_OWNER, RESOURCE_OWNER
      role_arn: "IamArn",
    }

@!attribute [rw] role_type

The type of customer persona.

<note markdown="1"> In `CreateAssessment`, `roleType` can only be `PROCESS_OWNER`.

 In `UpdateSettings`, `roleType` can only be `PROCESS_OWNER`.

 In `BatchCreateDelegationByAssessment`, `roleType` can only be
`RESOURCE_OWNER`.

 </note>
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the IAM role.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/Role AWS API Documentation

Constants

SENSITIVE