Class: Aws::Types::AssociatePhoneNumberWithUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:e164_phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def 
  @account_id
end

#e164_phone_number::String

Returns the value of attribute e164_phone_number.

Returns:

  • (::String)


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.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def user_id
  @user_id
end