Class: Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::CreateVerifiedDestinationNumberResult
 
 
- 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 verified phone number was created, in [UNIX epoch time] format.
 - 
  
    
      #destination_phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The verified destination phone number, in E.164 format.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the verified destination phone number.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of tags (key and value pairs) to associate with the destination 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 verified phone number was created, in [UNIX epoch time] format.
[1]: www.epochconverter.com/
      1137 1138 1139 1140 1141 1142 1143 1144 1145 1146  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1137 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_phone_number ⇒ String
The verified destination phone number, in E.164 format.
      1137 1138 1139 1140 1141 1142 1143 1144 1145 1146  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1137 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the verified destination phone number.
- 
‘PENDING`: The phone number hasn’t been verified yet.
 - 
‘VERIFIED`: The phone number is verified and can receive messages.
 
      1137 1138 1139 1140 1141 1142 1143 1144 1145 1146  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1137 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
An array of tags (key and value pairs) to associate with the destination number.
      1137 1138 1139 1140 1141 1142 1143 1144 1145 1146  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1137 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_arn ⇒ String
The Amazon Resource Name (ARN) for the verified destination phone number.
      1137 1138 1139 1140 1141 1142 1143 1144 1145 1146  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1137 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_destination_number_id ⇒ String
The unique identifier for the verified destination phone number.
      1137 1138 1139 1140 1141 1142 1143 1144 1145 1146  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1137 class CreateVerifiedDestinationNumberResult < Struct.new( :verified_destination_number_arn, :verified_destination_number_id, :destination_phone_number, :status, :tags, :created_timestamp) SENSITIVE = [] include Aws::Structure end  |