Class: Aws::Types::MessageTemplateAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_attributesTypes::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.

Returns:

  • (::Hash[::String, ::String])


1954
1955
1956
# File 'sig/types.rbs', line 1954

def custom_attributes
  @custom_attributes
end

#customer_profile_attributesTypes::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_attributesTypes::SystemAttributes

Returns the value of attribute system_attributes.



1951
1952
1953
# File 'sig/types.rbs', line 1951

def system_attributes
  @system_attributes
end