Class: Aws::Types::SMSMessage

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:



2579
2580
2581
# File 'sig/types.rbs', line 2579

def body
  @body
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:



2586
2587
2588
# File 'sig/types.rbs', line 2586

def entity_id
  @entity_id
end

#keyword::String

Returns the value of attribute keyword.

Returns:



2580
2581
2582
# File 'sig/types.rbs', line 2580

def keyword
  @keyword
end

#media_url::String

Returns the value of attribute media_url.

Returns:



2581
2582
2583
# File 'sig/types.rbs', line 2581

def media_url
  @media_url
end

#message_type"TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:



2582
2583
2584
# File 'sig/types.rbs', line 2582

def message_type
  @message_type
end

#origination_number::String

Returns the value of attribute origination_number.

Returns:



2583
2584
2585
# File 'sig/types.rbs', line 2583

def origination_number
  @origination_number
end

#sender_id::String

Returns the value of attribute sender_id.

Returns:



2584
2585
2586
# File 'sig/types.rbs', line 2584

def sender_id
  @sender_id
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:



2585
2586
2587
# File 'sig/types.rbs', line 2585

def substitutions
  @substitutions
end

#template_id::String

Returns the value of attribute template_id.

Returns:



2587
2588
2589
# File 'sig/types.rbs', line 2587

def template_id
  @template_id
end