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)


8414
8415
8416
# File 'sig/types.rbs', line 8414

def knowledge_base_id
  @knowledge_base_id
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


8415
8416
8417
# File 'sig/types.rbs', line 8415

def message_template_id
  @message_template_id
end

#template_attributesTypes::TemplateAttributes

Returns the value of attribute template_attributes.



8416
8417
8418
# File 'sig/types.rbs', line 8416

def template_attributes
  @template_attributes
end