Class: Aws::AuditManager::Types::DelegationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DelegationMetadata
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
The metadata that's associated with the delegation.
Constant Summary collapse
- SENSITIVE =
[:assessment_name]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the assessment.
-
#assessment_name ⇒ String
The name of the associated assessment.
-
#control_set_name ⇒ String
Specifies the name of the control set that was delegated for review.
-
#creation_time ⇒ Time
Specifies when the delegation was created.
-
#id ⇒ String
The unique identifier for the delegation.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
-
#status ⇒ String
The current status of the delegation.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |
#assessment_name ⇒ String
The name of the associated assessment.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |
#control_set_name ⇒ String
Specifies the name of the control set that was delegated for review.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |
#creation_time ⇒ Time
Specifies when the delegation was created.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |
#id ⇒ String
The unique identifier for the delegation.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |
#status ⇒ String
The current status of the delegation.
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2041 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |