Class: Aws::Connect::Types::UpdateNotificationContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateNotificationContentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Hash<String,String>
The updated localized content of the notification.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#notification_id ⇒ String
The unique identifier for the notification to update.
Instance Attribute Details
#content ⇒ Hash<String,String>
The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale.
34928 34929 34930 34931 34932 34933 34934 |
# File 'lib/aws-sdk-connect/types.rb', line 34928 class UpdateNotificationContentRequest < Struct.new( :instance_id, :notification_id, :content) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
34928 34929 34930 34931 34932 34933 34934 |
# File 'lib/aws-sdk-connect/types.rb', line 34928 class UpdateNotificationContentRequest < Struct.new( :instance_id, :notification_id, :content) SENSITIVE = [] include Aws::Structure end |
#notification_id ⇒ String
The unique identifier for the notification to update.
34928 34929 34930 34931 34932 34933 34934 |
# File 'lib/aws-sdk-connect/types.rb', line 34928 class UpdateNotificationContentRequest < Struct.new( :instance_id, :notification_id, :content) SENSITIVE = [] include Aws::Structure end |