Class: Aws::AuditManager::Types::DelegationMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DelegationMetadata
- Includes:
- Structure
- Defined in:
- 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 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.
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 1992 class DelegationMetadata < Struct.new( :id, :assessment_name, :assessment_id, :status, :role_arn, :creation_time, :control_set_name) SENSITIVE = [:assessment_name] include Aws::Structure end |