Class: Aws::Connect::Types::Notification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about a notification, including its content, priority, recipients, and metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the notification.

Returns:

  • (String)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#contentHash<String,String>

The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.

Returns:

  • (Hash<String,String>)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the notification was created.

Returns:

  • (Time)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The timestamp when the notification expires and is no longer displayed to users.

Returns:

  • (Time)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the notification.

Returns:

  • (String)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The AWS Region where the notification was last modified.

Returns:

  • (String)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the notification was last modified.

Returns:

  • (Time)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#priorityString

The priority level of the notification. Valid values are URGENT, HIGH, and LOW.

Returns:

  • (String)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recipientsArray<String>

A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.

Returns:

  • (Array<String>)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Returns:

  • (Hash<String,String>)


23990
23991
23992
23993
23994
23995
23996
23997
23998
23999
24000
24001
24002
24003
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23990

class Notification < Struct.new(
  :content,
  :id,
  :arn,
  :priority,
  :recipients,
  :last_modified_time,
  :created_at,
  :expires_at,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end