Class: Aws::Types::JourneySMSMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


2185
2186
2187
# File 'sig/types.rbs', line 2185

def entity_id
  @entity_id
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


2182
2183
2184
# File 'sig/types.rbs', line 2182

def message_type
  @message_type
end

#origination_number::String

Returns the value of attribute origination_number.

Returns:

  • (::String)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def origination_number
  @origination_number
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def sender_id
  @sender_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def template_id
  @template_id
end