Class: Aws::Types::MessageTemplateVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel::String

Returns the value of attribute channel.

Returns:



2109
2110
2111
# File 'sig/types.rbs', line 2109

def channel
  @channel
end

#channel_subtype"EMAIL", ...

Returns the value of attribute channel_subtype.

Returns:



2110
2111
2112
# File 'sig/types.rbs', line 2110

def channel_subtype
  @channel_subtype
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:



2111
2112
2113
# File 'sig/types.rbs', line 2111

def is_active
  @is_active
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:



2106
2107
2108
# File 'sig/types.rbs', line 2106

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:



2107
2108
2109
# File 'sig/types.rbs', line 2107

def knowledge_base_id
  @knowledge_base_id
end

#message_template_arn::String

Returns the value of attribute message_template_arn.

Returns:



2104
2105
2106
# File 'sig/types.rbs', line 2104

def message_template_arn
  @message_template_arn
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:



2105
2106
2107
# File 'sig/types.rbs', line 2105

def message_template_id
  @message_template_id
end

#name::String

Returns the value of attribute name.

Returns:



2108
2109
2110
# File 'sig/types.rbs', line 2108

def name
  @name
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:



2112
2113
2114
# File 'sig/types.rbs', line 2112

def version_number
  @version_number
end