Class: Aws::Types::VerifySMSSandboxPhoneNumberInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#one_time_password::String

Returns the value of attribute one_time_password.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def one_time_password
  @one_time_password
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def phone_number
  @phone_number
end