Class: Aws::Types::AssociatePhoneNumberWithUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePhoneNumberWithUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def account_id @account_id end |
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
45 46 47 |
# File 'sig/types.rbs', line 45 def e164_phone_number @e164_phone_number end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def user_id @user_id end |