Class: Aws::Chime::Types::UpdatePhoneNumberRequestItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdatePhoneNumberRequestItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 =
[:calling_name]
Instance Attribute Summary collapse
-
#calling_name ⇒ String
The outbound calling name to update.
-
#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.
8527 8528 8529 8530 8531 8532 8533 |
# File 'lib/aws-sdk-chime/types.rb', line 8527 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |
#phone_number_id ⇒ String
The phone number ID to update.
8527 8528 8529 8530 8531 8532 8533 |
# File 'lib/aws-sdk-chime/types.rb', line 8527 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |
#product_type ⇒ String
The product type to update.
8527 8528 8529 8530 8531 8532 8533 |
# File 'lib/aws-sdk-chime/types.rb', line 8527 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name) SENSITIVE = [:calling_name] include Aws::Structure end |