Class: Aws::Types::RcsFallbackConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RcsFallbackConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "SMS", "MMS"
Returns the value of attribute channel.
-
#media_urls ⇒ ::Array[::String]
Returns the value of attribute media_urls.
-
#message_body ⇒ ::String
Returns the value of attribute message_body.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
Instance Attribute Details
#channel ⇒ "SMS", "MMS"
Returns the value of attribute channel.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def channel @channel end |
#media_urls ⇒ ::Array[::String]
Returns the value of attribute media_urls.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def media_urls @media_urls end |
#message_body ⇒ ::String
Returns the value of attribute message_body.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def @message_body end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def origination_identity @origination_identity end |