Class: Aws::Types::MessageTemplateData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:channel])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_types::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")]

Returns the value of attribute attribute_types.

Returns:

  • (::Array[("SYSTEM" | "AGENT" | "CUSTOMER_PROFILE" | "CUSTOM")])


2006
2007
2008
# File 'sig/types.rbs', line 2006

def attribute_types
  @attribute_types
end

#channel::String

Returns the value of attribute channel.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def channel
  @channel
end

#channel_subtype"EMAIL", ...

Returns the value of attribute channel_subtype.

Returns:

  • ("EMAIL", "SMS", "WHATSAPP", "PUSH")


1996
1997
1998
# File 'sig/types.rbs', line 1996

def channel_subtype
  @channel_subtype
end

#contentTypes::MessageTemplateContentProvider

Returns the value of attribute content.



2000
2001
2002
# File 'sig/types.rbs', line 2000

def content
  @content
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def created_time
  @created_time
end

#default_attributesTypes::MessageTemplateAttributes

Returns the value of attribute default_attributes.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def default_attributes
  @default_attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



2004
2005
2006
# File 'sig/types.rbs', line 2004

def grouping_configuration
  @grouping_configuration
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def language
  @language
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


1999
2000
2001
# File 'sig/types.rbs', line 1999

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def last_modified_time
  @last_modified_time
end

#message_template_arn::String

Returns the value of attribute message_template_arn.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def message_template_arn
  @message_template_arn
end

#message_template_content_sha_256::String

Returns the value of attribute message_template_content_sha_256.

Returns:

  • (::String)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def message_template_content_sha_256
  @message_template_content_sha_256
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def message_template_id
  @message_template_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def name
  @name
end

#source_configuration_summaryTypes::MessageTemplateSourceConfigurationSummary

Returns the value of attribute source_configuration_summary.



2003
2004
2005
# File 'sig/types.rbs', line 2003

def source_configuration_summary
  @source_configuration_summary
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2008
2009
2010
# File 'sig/types.rbs', line 2008

def tags
  @tags
end