Class: Aws::Connect::Types::UpdateNotificationContentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentHash<String,String>

The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale.

Returns:

  • (Hash<String,String>)


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_idString

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

Returns:

  • (String)


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_idString

The unique identifier for the notification to update.

Returns:

  • (String)


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