Class: Aws::Connect::Types::NotificationSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::NotificationSearchSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Summary information about a notification returned from a search operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification.
-
#content ⇒ Hash<String,String>
The localized content of the notification.
-
#created_at ⇒ Time
The timestamp when the notification was created.
-
#expires_at ⇒ Time
The timestamp when the notification expires.
-
#id ⇒ String
The unique identifier for the notification.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#last_modified_region ⇒ String
The AWS Region where the notification was last modified.
-
#last_modified_time ⇒ Time
The timestamp when the notification was last modified.
-
#priority ⇒ String
The priority level of the notification.
-
#recipients ⇒ Array<String>
A list of recipient Amazon Resource Names (ARNs).
-
#tags ⇒ Hash<String,String>
The tags associated with the notification.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Hash<String,String>
The localized content of the notification.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the notification was created.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the notification expires.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the notification.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The AWS Region where the notification was last modified.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when the notification was last modified.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ String
The priority level of the notification.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#recipients ⇒ Array<String>
A list of recipient Amazon Resource Names (ARNs).
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the notification.
24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24118 class NotificationSearchSummary < Struct.new( :id, :arn, :instance_id, :content, :priority, :recipients, :created_at, :expires_at, :last_modified_region, :last_modified_time, :tags) SENSITIVE = [] include Aws::Structure end |