Class: Aws::Types::MessageTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:channel])

Instance Attribute Summary collapse

Instance Attribute Details

#active_version_number::Integer

Returns the value of attribute active_version_number.

Returns:

  • (::Integer)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def active_version_number
  @active_version_number
end

#channel::String

Returns the value of attribute channel.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def channel
  @channel
end

#channel_subtype"EMAIL", ...

Returns the value of attribute channel_subtype.

Returns:

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


2092
2093
2094
# File 'sig/types.rbs', line 2092

def channel_subtype
  @channel_subtype
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def description
  @description
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def knowledge_base_id
  @knowledge_base_id
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def last_modified_time
  @last_modified_time
end

#message_template_arn::String

Returns the value of attribute message_template_arn.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def message_template_arn
  @message_template_arn
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def message_template_id
  @message_template_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def name
  @name
end

#source_configurationTypes::MessageTemplateSourceConfiguration

Returns the value of attribute source_configuration.



2096
2097
2098
# File 'sig/types.rbs', line 2096

def source_configuration
  @source_configuration
end

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

Returns the value of attribute tags.

Returns:

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


2099
2100
2101
# File 'sig/types.rbs', line 2099

def tags
  @tags
end