Class: Aws::Types::UpdatePhoneNumberRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number_id, :calling_name, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#calling_name::String

Returns the value of attribute calling_name.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def calling_name
  @calling_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def name
  @name
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def phone_number_id
  @phone_number_id
end

#product_type"VoiceConnector", "SipMediaApplicationDialIn"

Returns the value of attribute product_type.

Returns:



1184
1185
1186
# File 'sig/types.rbs', line 1184

def product_type
  @product_type
end