Class: Aws::Types::SMSSandboxPhoneNumber

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def phone_number
  @phone_number
end

#status"Pending", "Verified"

Returns the value of attribute status.

Returns:

  • ("Pending", "Verified")


509
510
511
# File 'sig/types.rbs', line 509

def status
  @status
end