Class: Aws::Chime::Types::UpdatePhoneNumberRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:calling_name]

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The outbound calling name associated with the phone number.

Returns:

  • (String)


8502
8503
8504
8505
8506
8507
8508
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8502

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

#phone_number_idString

The phone number ID.

Returns:

  • (String)


8502
8503
8504
8505
8506
8507
8508
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8502

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

#product_typeString

The product type.

Returns:

  • (String)


8502
8503
8504
8505
8506
8507
8508
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8502

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