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.
3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3644 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.
3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3644 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.
3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3644 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.
3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3644 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |