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

Inherits:
Struct
  • Object
show all
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 =
[:assessment_name]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The identifier for the assessment.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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_nameString

The name of the related assessment.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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_idString

The identifier for the control set.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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_nameString

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

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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

#descriptionString

The description of the notification.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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_timeTime

The time when the notification was sent.

Returns:

  • (Time)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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

#idString

The unique identifier for the notification.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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

#sourceString

The sender of the notification.

Returns:

  • (String)


3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
# File 'gems/aws-sdk-auditmanager/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