Class: Aws::Chime::Types::UpdatePhoneNumberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdatePhoneNumberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:calling_name]
Instance Attribute Summary collapse
-
#calling_name ⇒ String
The outbound calling name associated with the phone number.
-
#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.
2636 2637 2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-chime/types.rb', line 2636 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |
#phone_number_id ⇒ String
The phone number ID.
2636 2637 2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-chime/types.rb', line 2636 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |
#product_type ⇒ String
The product type.
2636 2637 2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-chime/types.rb', line 2636 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |