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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3627
3628
3629
3630
3631
3632
3633
3634
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3627

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)


3627
3628
3629
3630
3631
3632
3633
3634
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3627

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)


3627
3628
3629
3630
3631
3632
3633
3634
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3627

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)


3627
3628
3629
3630
3631
3632
3633
3634
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3627

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