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")


1605
1606
1607
# File 'sig/types.rbs', line 1605

def channel
  @channel
end

#media_urls::Array[::String]

Returns the value of attribute media_urls.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def message_body
  @message_body
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def origination_identity
  @origination_identity
end