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)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def phone_number
  @phone_number
end

#postback_data::String

Returns the value of attribute postback_data.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def postback_data
  @postback_data
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def text
  @text
end