Class: Aws::AuditManager::Types::CreateDelegationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

A collection of attributes that's used to create a delegation for an assessment in Audit Manager.

Constant Summary collapse

SENSITIVE =
[:comment]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

A comment that's related to the delegation request.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1856

class CreateDelegationRequest < Struct.new(
  :comment,
  :control_set_id,
  :role_arn,
  :role_type)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#control_set_idString

The unique identifier for the control set.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1856

class CreateDelegationRequest < Struct.new(
  :comment,
  :control_set_id,
  :role_arn,
  :role_type)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1856

class CreateDelegationRequest < Struct.new(
  :comment,
  :control_set_id,
  :role_arn,
  :role_type)
  SENSITIVE = [:comment]
  include Aws::Structure
end

#role_typeString

The type of customer persona.

In CreateAssessment, roleType can only be PROCESS_OWNER.

In UpdateSettings, roleType can only be PROCESS_OWNER.

In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1856

class CreateDelegationRequest < Struct.new(
  :comment,
  :control_set_id,
  :role_arn,
  :role_type)
  SENSITIVE = [:comment]
  include Aws::Structure
end