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)


8270
8271
8272
# File 'sig/types.rbs', line 8270

def knowledge_base_id
  @knowledge_base_id
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


8271
8272
8273
# File 'sig/types.rbs', line 8271

def message_template_id
  @message_template_id
end

#template_attributesTypes::TemplateAttributes

Returns the value of attribute template_attributes.



8272
8273
8274
# File 'sig/types.rbs', line 8272

def template_attributes
  @template_attributes
end