Class: Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdatePhoneNumberRequest
- 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
-
#calling_name ⇒ String
The outbound calling name associated with the phone number.
-
#name ⇒ String
Specifies the updated name assigned to one or more phone numbers.
-
#phone_number_id ⇒ String
The phone number ID.
-
#product_type ⇒ String
The product type.
Instance Attribute Details
#calling_name ⇒ String
The outbound calling name associated with the phone number.
3486 3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3486 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |
#name ⇒ String
Specifies the updated name assigned to one or more phone numbers.
3486 3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3486 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_id ⇒ String
The phone number ID.
3486 3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3486 class UpdatePhoneNumberRequest < 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.
3486 3487 3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3486 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end |