Class: Aws::AuditManager::Types::Notification
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::Notification
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
The notification that informs a user of an update in Audit Manager. For example, this includes the notification that's sent when a control set is delegated for review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The identifier for the assessment.
-
#assessment_name ⇒ String
The name of the related assessment.
-
#control_set_id ⇒ String
The identifier for the control set.
-
#control_set_name ⇒ String
Specifies the name of the control set that the notification is about.
-
#description ⇒ String
The description of the notification.
-
#event_time ⇒ Time
The time when the notification was sent.
-
#id ⇒ String
The unique identifier for the notification.
-
#source ⇒ String
The sender of the notification.
Instance Attribute Details
#assessment_id ⇒ String
The identifier for the assessment.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#assessment_name ⇒ String
The name of the related assessment.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The identifier for the control set.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#control_set_name ⇒ String
Specifies the name of the control set that the notification is about.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the notification.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The time when the notification was sent.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the notification.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The sender of the notification.
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3726 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [] include Aws::Structure end |