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.
36445 36446 36447 36448 36449 36450 36451 |
# File 'lib/aws-sdk-connect/types.rb', line 36445 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.
36445 36446 36447 36448 36449 36450 36451 |
# File 'lib/aws-sdk-connect/types.rb', line 36445 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.
36445 36446 36447 36448 36449 36450 36451 |
# File 'lib/aws-sdk-connect/types.rb', line 36445 class UpdateNotificationContentRequest < Struct.new( :instance_id, :notification_id, :content) SENSITIVE = [] include Aws::Structure end |