Class: Aws::Types::SMSConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_message ⇒ ::String

Returns the value of attribute additional_message.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def additional_message
  @additional_message
end

#recipients ⇒ ::Array[Types::RecipientDetail]

Returns the value of attribute recipients.

Returns:



654
655
656
# File 'sig/types.rbs', line 654

def recipients
  @recipients
end

#sender_id ⇒ ::String

Returns the value of attribute sender_id.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def sender_id
  @sender_id
end