Class: Aws::Types::UpdatePhoneNumberRequestItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:calling_name])

Instance Attribute Summary collapse

Instance Attribute Details

#calling_name::String

Returns the value of attribute calling_name.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def calling_name
  @calling_name
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def phone_number_id
  @phone_number_id
end

#product_type"BusinessCalling", ...

Returns the value of attribute product_type.

Returns:

  • ("BusinessCalling", "VoiceConnector", "SipMediaApplicationDialIn")


875
876
877
# File 'sig/types.rbs', line 875

def product_type
  @product_type
end