Class: Aws::Types::MessageTemplateAttributes
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_attributes ⇒ Types::AgentAttributes
Returns the value of attribute agent_attributes.
-
#custom_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_attributes.
-
#customer_profile_attributes ⇒ Types::CustomerProfileAttributes
Returns the value of attribute customer_profile_attributes.
-
#system_attributes ⇒ Types::SystemAttributes
Returns the value of attribute system_attributes.
Instance Attribute Details
#agent_attributes ⇒ Types::AgentAttributes
Returns the value of attribute agent_attributes.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def agent_attributes @agent_attributes end |
#custom_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_attributes.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def custom_attributes @custom_attributes end |
#customer_profile_attributes ⇒ Types::CustomerProfileAttributes
Returns the value of attribute customer_profile_attributes.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def customer_profile_attributes @customer_profile_attributes end |
#system_attributes ⇒ Types::SystemAttributes
Returns the value of attribute system_attributes.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def system_attributes @system_attributes end |