Class: Aws::PinpointSMSVoiceV2::Types::PutOptedOutNumberRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::PutOptedOutNumberRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #opt_out_list_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OptOutListName or OptOutListArn to add the phone number to.
 - 
  
    
      #opted_out_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The phone number to add to the OptOutList in E.164 format.
 
Instance Attribute Details
#opt_out_list_name ⇒ String
The OptOutListName or OptOutListArn to add the phone number to.
      3982 3983 3984 3985 3986 3987  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3982 class PutOptedOutNumberRequest < Struct.new( :opt_out_list_name, :opted_out_number) SENSITIVE = [] include Aws::Structure end  | 
  
#opted_out_number ⇒ String
The phone number to add to the OptOutList in E.164 format.
      3982 3983 3984 3985 3986 3987  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3982 class PutOptedOutNumberRequest < Struct.new( :opt_out_list_name, :opted_out_number) SENSITIVE = [] include Aws::Structure end  |