Class: Aws::Types::CreateMessageTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_subtype"EMAIL", ...

Returns the value of attribute channel_subtype.

Returns:

  • ("EMAIL", "SMS", "WHATSAPP", "PUSH")


770
771
772
# File 'sig/types.rbs', line 770

def channel_subtype
  @channel_subtype
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def client_token
  @client_token
end

#contentTypes::MessageTemplateContentProvider

Returns the value of attribute content.



768
769
770
# File 'sig/types.rbs', line 768

def content
  @content
end

#default_attributesTypes::MessageTemplateAttributes

Returns the value of attribute default_attributes.



773
774
775
# File 'sig/types.rbs', line 773

def default_attributes
  @default_attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



774
775
776
# File 'sig/types.rbs', line 774

def grouping_configuration
  @grouping_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def name
  @name
end

#source_configurationTypes::MessageTemplateSourceConfiguration

Returns the value of attribute source_configuration.



772
773
774
# File 'sig/types.rbs', line 772

def source_configuration
  @source_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


776
777
778
# File 'sig/types.rbs', line 776

def tags
  @tags
end