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.
8502 8503 8504 8505 8506 8507 8508 |
# File 'lib/aws-sdk-chime/types.rb', line 8502 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.
8502 8503 8504 8505 8506 8507 8508 |
# File 'lib/aws-sdk-chime/types.rb', line 8502 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |
#product_type ⇒ String
The product type.
8502 8503 8504 8505 8506 8507 8508 |
# File 'lib/aws-sdk-chime/types.rb', line 8502 class UpdatePhoneNumberRequest < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |