Class: Aws::AuditManager::Types::Notification

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

Overview

The notification used to inform a user of an update in AWS Audit Manager. For example, this includes the notification that is sent when a control set is delegated for review.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The identifier for the specified assessment.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

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_nameString

The name of the related assessment.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

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_idString

The identifier for the specified control set.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

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_nameString

Specifies the name of the control set that the notification is about.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

class Notification < Struct.new(
  :id,
  :assessment_id,
  :assessment_name,
  :control_set_id,
  :control_set_name,
  :description,
  :event_time,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the notification.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

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_timeTime

The time when the notification was sent.

Returns:

  • (Time)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

class Notification < Struct.new(
  :id,
  :assessment_id,
  :assessment_name,
  :control_set_id,
  :control_set_name,
  :description,
  :event_time,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the notification.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

class Notification < Struct.new(
  :id,
  :assessment_id,
  :assessment_name,
  :control_set_id,
  :control_set_name,
  :description,
  :event_time,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The sender of the notification.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
# File 'lib/aws-sdk-auditmanager/types.rb', line 3279

class Notification < Struct.new(
  :id,
  :assessment_id,
  :assessment_name,
  :control_set_id,
  :control_set_name,
  :description,
  :event_time,
  :source)
  SENSITIVE = []
  include Aws::Structure
end