Class: Aws::Types::CampaignSmsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def body
  @body
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def entity_id
  @entity_id
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


451
452
453
# File 'sig/types.rbs', line 451

def message_type
  @message_type
end

#origination_number::String

Returns the value of attribute origination_number.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def origination_number
  @origination_number
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def sender_id
  @sender_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def template_id
  @template_id
end