Class: Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DeleteVerifiedDestinationNumberResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the destination phone number was created, in [UNIX epoch time] format.
 - 
  
    
      #destination_phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The verified destination phone number, in E.164 format.
 - 
  
    
      #verified_destination_number_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the verified destination phone number.
 - 
  
    
      #verified_destination_number_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the verified destination phone number.
 
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the destination phone number was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
      2086 2087 2088 2089 2090 2091 2092 2093  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
      2086 2087 2088 2089 2090 2091 2092 2093  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_arn ⇒ String
The Amazon Resource Name (ARN) for the verified destination phone number.
      2086 2087 2088 2089 2090 2091 2092 2093  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
      2086 2087 2088 2089 2090 2091 2092 2093  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2086 class DeleteVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :created_timestamp) SENSITIVE = [] include Aws::Structure end  |