Class: Aws::Types::RcsDialPhoneAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number ⇒ ::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def phone_number
  @phone_number
end

#postback_data ⇒ ::String

Returns the value of attribute postback_data.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def postback_data
  @postback_data
end

#text ⇒ ::String

Returns the value of attribute text.

Returns:

  • (::String)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def text
  @text
end