Class: Aws::QConnect::Types::MessageTemplateAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MessageTemplateAttributes
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The attributes that are used with the message template.
Constant Summary collapse
- SENSITIVE =
[:custom_attributes]
Instance Attribute Summary collapse
-
#agent_attributes ⇒ Types::AgentAttributes
The agent attributes that are used with the message template.
-
#custom_attributes ⇒ Hash<String,String>
The custom attributes that are used with the message template.
-
#customer_profile_attributes ⇒ Types::CustomerProfileAttributes
The customer profile attributes that are used with the message template.
-
#system_attributes ⇒ Types::SystemAttributes
The system attributes that are used with the message template.
Instance Attribute Details
#agent_attributes ⇒ Types::AgentAttributes
The agent attributes that are used with the message template.
5335 5336 5337 5338 5339 5340 5341 5342 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335 class MessageTemplateAttributes < Struct.new( :agent_attributes, :custom_attributes, :customer_profile_attributes, :system_attributes) SENSITIVE = [:custom_attributes] include Aws::Structure end |
#custom_attributes ⇒ Hash<String,String>
The custom attributes that are used with the message template.
5335 5336 5337 5338 5339 5340 5341 5342 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335 class MessageTemplateAttributes < Struct.new( :agent_attributes, :custom_attributes, :customer_profile_attributes, :system_attributes) SENSITIVE = [:custom_attributes] include Aws::Structure end |
#customer_profile_attributes ⇒ Types::CustomerProfileAttributes
The customer profile attributes that are used with the message template.
5335 5336 5337 5338 5339 5340 5341 5342 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335 class MessageTemplateAttributes < Struct.new( :agent_attributes, :custom_attributes, :customer_profile_attributes, :system_attributes) SENSITIVE = [:custom_attributes] include Aws::Structure end |
#system_attributes ⇒ Types::SystemAttributes
The system attributes that are used with the message template.
5335 5336 5337 5338 5339 5340 5341 5342 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5335 class MessageTemplateAttributes < Struct.new( :agent_attributes, :custom_attributes, :customer_profile_attributes, :system_attributes) SENSITIVE = [:custom_attributes] include Aws::Structure end |