Class: Aws::Connect::Types::PhoneNumberSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::PhoneNumberSummary
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Contains summary information about a phone number for a contact center.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the phone number.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the phone number.
 - 
  
    
      #phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The phone number.
 - 
  
    
      #phone_number_country_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ISO country code.
 - 
  
    
      #phone_number_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of phone number.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the phone number.
      18820 18821 18822 18823 18824 18825 18826 18827 18828  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18820 class PhoneNumberSummary < Struct.new( :id, :arn, :phone_number, :phone_number_type, :phone_number_country_code) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The identifier of the phone number.
      18820 18821 18822 18823 18824 18825 18826 18827 18828  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18820 class PhoneNumberSummary < Struct.new( :id, :arn, :phone_number, :phone_number_type, :phone_number_country_code) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_number ⇒ String
The phone number.
      18820 18821 18822 18823 18824 18825 18826 18827 18828  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18820 class PhoneNumberSummary < Struct.new( :id, :arn, :phone_number, :phone_number_type, :phone_number_country_code) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_number_country_code ⇒ String
The ISO country code.
      18820 18821 18822 18823 18824 18825 18826 18827 18828  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18820 class PhoneNumberSummary < Struct.new( :id, :arn, :phone_number, :phone_number_type, :phone_number_country_code) SENSITIVE = [] include Aws::Structure end  | 
  
#phone_number_type ⇒ String
The type of phone number.
      18820 18821 18822 18823 18824 18825 18826 18827 18828  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18820 class PhoneNumberSummary < Struct.new( :id, :arn, :phone_number, :phone_number_type, :phone_number_country_code) SENSITIVE = [] include Aws::Structure end  |