Class: Aws::Chime::Types::UpdatePhoneNumberRequestItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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 =
[:calling_name]

Instance Attribute Summary collapse

Instance Attribute Details

#calling_nameString

The outbound calling name to update.

Returns:

  • (String)


8527
8528
8529
8530
8531
8532
8533
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8527

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

#phone_number_idString

The phone number ID to update.

Returns:

  • (String)


8527
8528
8529
8530
8531
8532
8533
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8527

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

#product_typeString

The product type to update.

Returns:

  • (String)


8527
8528
8529
8530
8531
8532
8533
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8527

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