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.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def channel @channel end |
#media_urls ⇒ ::Array[::String]
Returns the value of attribute media_urls.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def media_urls @media_urls end |
#message_body ⇒ ::String
Returns the value of attribute message_body.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def @message_body end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def origination_identity @origination_identity end |