Class: Aws::AuditManager::Types::Notification
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::Notification
- Includes:
- Structure
- Defined in:
- 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 =
[:assessment_name]
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.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#assessment_name ⇒ String
The name of the related assessment.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#control_set_id ⇒ String
The identifier for the control set.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#control_set_name ⇒ String
Specifies the name of the control set that the notification is about.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#description ⇒ String
The description of the notification.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#event_time ⇒ Time
The time when the notification was sent.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#id ⇒ String
The unique identifier for the notification.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |
#source ⇒ String
The sender of the notification.
3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3818 class Notification < Struct.new( :id, :assessment_id, :assessment_name, :control_set_id, :control_set_name, :description, :event_time, :source) SENSITIVE = [:assessment_name] include Aws::Structure end |