class Aws::AuditManager::Types::BatchCreateDelegationByAssessmentRequest

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

data as a hash:

    {
      create_delegation_requests: [ # required
        {
          comment: "DelegationComment",
          control_set_id: "ControlSetId",
          role_arn: "IamArn",
          role_type: "PROCESS_OWNER", # accepts PROCESS_OWNER, RESOURCE_OWNER
        },
      ],
      assessment_id: "UUID", # required
    }

@!attribute [rw] create_delegation_requests

The API request to batch create delegations in Audit Manager.
@return [Array<Types::CreateDelegationRequest>]

@!attribute [rw] assessment_id

The identifier for the specified assessment.
@return [String]

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

Constants

SENSITIVE