Class: Aws::Types::MessageTemplateSearchResultData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:channel])

Instance Attribute Summary collapse

Instance Attribute Details

#channel::String

Returns the value of attribute channel.

Returns:

  • (::String)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def channel
  @channel
end

#channel_subtype"EMAIL", ...

Returns the value of attribute channel_subtype.

Returns:

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


2049
2050
2051
# File 'sig/types.rbs', line 2049

def channel_subtype
  @channel_subtype
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



2057
2058
2059
# File 'sig/types.rbs', line 2057

def grouping_configuration
  @grouping_configuration
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def is_active
  @is_active
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


2058
2059
2060
# File 'sig/types.rbs', line 2058

def language
  @language
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def last_modified_time
  @last_modified_time
end

#message_template_arn::String

Returns the value of attribute message_template_arn.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def message_template_arn
  @message_template_arn
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def message_template_id
  @message_template_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def name
  @name
end

#source_configuration_summaryTypes::MessageTemplateSourceConfigurationSummary

Returns the value of attribute source_configuration_summary.



2056
2057
2058
# File 'sig/types.rbs', line 2056

def source_configuration_summary
  @source_configuration_summary
end

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

Returns the value of attribute tags.

Returns:

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


2059
2060
2061
# File 'sig/types.rbs', line 2059

def tags
  @tags
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def version_number
  @version_number
end