Class: Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::VerifyDestinationNumberResult
 
 
- 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 phone number in E.164 format.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status for being able to send messages to the phone number.
 - 
  
    
      #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/
      6972 6973 6974 6975 6976 6977 6978 6979 6980  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6972 class VerifyDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_phone_number ⇒ String
The phone number in E.164 format.
      6972 6973 6974 6975 6976 6977 6978 6979 6980  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6972 class VerifyDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status for being able to send messages to the phone number.
      6972 6973 6974 6975 6976 6977 6978 6979 6980  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6972 class VerifyDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_arn ⇒ String
The Amazon Resource Name (ARN) for the verified destination phone number.
      6972 6973 6974 6975 6976 6977 6978 6979 6980  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6972 class VerifyDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
      6972 6973 6974 6975 6976 6977 6978 6979 6980  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6972 class VerifyDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :created_timestamp) SENSITIVE = [] include Aws::Structure end  |