Class: Aws::Types::UpdateMessageTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::MessageTemplateContentProvider

Returns the value of attribute content.



3275
3276
3277
# File 'sig/types.rbs', line 3275

def content
  @content
end

#default_attributesTypes::MessageTemplateAttributes

Returns the value of attribute default_attributes.



3278
3279
3280
# File 'sig/types.rbs', line 3278

def default_attributes
  @default_attributes
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


3273
3274
3275
# File 'sig/types.rbs', line 3273

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


3276
3277
3278
# File 'sig/types.rbs', line 3276

def language
  @language
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def message_template_id
  @message_template_id
end

#source_configurationTypes::MessageTemplateSourceConfiguration

Returns the value of attribute source_configuration.



3277
3278
3279
# File 'sig/types.rbs', line 3277

def source_configuration
  @source_configuration
end