Class: Aws::Connect::Types::ImportPhoneNumberResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ImportPhoneNumberResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #phone_number_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the phone number.
 - 
  
    
      #phone_number_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the phone number.
 
Instance Attribute Details
#phone_number_arn ⇒ String
The Amazon Resource Name (ARN) of the phone number.
      13058 13059 13060 13061 13062 13063  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13058 class ImportPhoneNumberResponse < Struct.new( :phone_number_id, :phone_number_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_number_id ⇒ String
A unique identifier for the phone number.
      13058 13059 13060 13061 13062 13063  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13058 class ImportPhoneNumberResponse < Struct.new( :phone_number_id, :phone_number_arn) SENSITIVE = [] include Aws::Structure end  |