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.
      3657 3658 3659 3660 3661 3662 3663 3664  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3657 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.
      3657 3658 3659 3660 3661 3662 3663 3664  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3657 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.
      3657 3658 3659 3660 3661 3662 3663 3664  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3657 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.
      3657 3658 3659 3660 3661 3662 3663 3664  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3657 class UpdatePhoneNumberRequestItem < Struct.new( :phone_number_id, :product_type, :calling_name, :name) SENSITIVE = [:phone_number_id, :calling_name, :name] include Aws::Structure end  |