Class: Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequestItem

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

Overview

The phone number ID, product type, or calling name fields to update, used with the BatchUpdatePhoneNumber and UpdatePhoneNumber actions.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The outbound calling name to update.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3508

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

#nameString

The name of the phone number.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3508

class UpdatePhoneNumberRequestItem < 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 to update.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3508

class UpdatePhoneNumberRequestItem < 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 to update.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3508

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