Class: Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequestItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequestItem
- 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
-
#calling_name ⇒ String
The outbound calling name to update.
-
#name ⇒ String
The name of the phone number.
-
#phone_number_id ⇒ String
The phone number ID to update.
-
#product_type ⇒ String
The product type to update.
Instance Attribute Details
#calling_name ⇒ String
The outbound calling name to update.
3516 3517 3518 3519 3520 3521 3522 3523 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3516 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |
#name ⇒ String
The name of the phone number.
3516 3517 3518 3519 3520 3521 3522 3523 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3516 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_id ⇒ String
The phone number ID to update.
3516 3517 3518 3519 3520 3521 3522 3523 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3516 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |
#product_type ⇒ String
The product type to update.
3516 3517 3518 3519 3520 3521 3522 3523 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3516 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |