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)


8523
8524
8525
# File 'sig/types.rbs', line 8523

def knowledge_base_id
  @knowledge_base_id
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


8524
8525
8526
# File 'sig/types.rbs', line 8524

def message_template_id
  @message_template_id
end

#template_attributesTypes::TemplateAttributes

Returns the value of attribute template_attributes.



8525
8526
8527
# File 'sig/types.rbs', line 8525

def template_attributes
  @template_attributes
end