Class: Aws::Types::RcsFallbackConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel ⇒ "SMS", "MMS"

Returns the value of attribute channel.

Returns:

  • ("SMS", "MMS")


1636
1637
1638
# File 'sig/types.rbs', line 1636

def channel
  @channel
end

#media_urls ⇒ ::Array[::String]

Returns the value of attribute media_urls.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def message_body
  @message_body
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def origination_identity
  @origination_identity
end