Class: Aws::Types::TemplatedMessageConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


8100
8101
8102
# File 'sig/types.rbs', line 8100

def knowledge_base_id
  @knowledge_base_id
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


8101
8102
8103
# File 'sig/types.rbs', line 8101

def message_template_id
  @message_template_id
end

#template_attributesTypes::TemplateAttributes

Returns the value of attribute template_attributes.



8102
8103
8104
# File 'sig/types.rbs', line 8102

def template_attributes
  @template_attributes
end