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.
38156 38157 38158 38159 38160 38161 38162 |
# File 'lib/aws-sdk-connect/types.rb', line 38156 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.
38156 38157 38158 38159 38160 38161 38162 |
# File 'lib/aws-sdk-connect/types.rb', line 38156 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.
38156 38157 38158 38159 38160 38161 38162 |
# File 'lib/aws-sdk-connect/types.rb', line 38156 class UpdateNotificationContentRequest < Struct.new( :instance_id, :notification_id, :content) SENSITIVE = [] include Aws::Structure end |