Class: Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:phone_number_id, :calling_name, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The outbound calling name associated with the phone number.

Returns:

  • (String)


3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3486

class UpdatePhoneNumberRequest < Struct.new(
  :phone_number_id,
  :product_type,
  :calling_name,
  :name)
  SENSITIVE = [:phone_number_id, :calling_name, :name]
  include Aws::Structure
end

#nameString

Specifies the updated name assigned to one or more phone numbers.

Returns:

  • (String)


3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3486

class UpdatePhoneNumberRequest < Struct.new(
  :phone_number_id,
  :product_type,
  :calling_name,
  :name)
  SENSITIVE = [:phone_number_id, :calling_name, :name]
  include Aws::Structure
end

#phone_number_idString

The phone number ID.

Returns:

  • (String)


3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3486

class UpdatePhoneNumberRequest < Struct.new(
  :phone_number_id,
  :product_type,
  :calling_name,
  :name)
  SENSITIVE = [:phone_number_id, :calling_name, :name]
  include Aws::Structure
end

#product_typeString

The product type.

Returns:

  • (String)


3486
3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3486

class UpdatePhoneNumberRequest < Struct.new(
  :phone_number_id,
  :product_type,
  :calling_name,
  :name)
  SENSITIVE = [:phone_number_id, :calling_name, :name]
  include Aws::Structure
end