Class: Aws::AuditManager::Types::Delegation

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

Overview

The assignment of a control set to a delegate for review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The identifier for the associated assessment.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#assessment_nameString

The name of the associated assessment.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

The comment related to the delegation.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#control_set_idString

The identifier for the associated control set.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The IAM user or role that created the delegation.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

Specifies when the delegation was created.

Returns:

  • (Time)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the delegation.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

Specifies when the delegation was last updated.

Returns:

  • (Time)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#role_typeString

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>

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the delegation.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
# File 'lib/aws-sdk-auditmanager/types.rb', line 1842

class Delegation < Struct.new(
  :id,
  :assessment_name,
  :assessment_id,
  :status,
  :role_arn,
  :role_type,
  :creation_time,
  :last_updated,
  :control_set_id,
  :comment,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end