Class: Aws::SNS::Types::PhoneNumberInformation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::PhoneNumberInformation
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sns/types.rb
 
Overview
A list of phone numbers and their metadata.
Constant Summary collapse
- SENSITIVE =
 [:phone_number]
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the phone number was created.
 - 
  
    
      #iso_2_country_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The two-character code for the country or region, in ISO 3166-1 alpha-2 format.
 - 
  
    
      #number_capabilities  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The capabilities of each phone number.
 - 
  
    
      #phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The phone number.
 - 
  
    
      #route_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of supported routes.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the phone number.
 
Instance Attribute Details
#created_at ⇒ Time
The date and time when the phone number was created.
      1621 1622 1623 1624 1625 1626 1627 1628 1629 1630  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1621 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end  | 
  
#iso_2_country_code ⇒ String
The two-character code for the country or region, in ISO 3166-1 alpha-2 format.
      1621 1622 1623 1624 1625 1626 1627 1628 1629 1630  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1621 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end  | 
  
#number_capabilities ⇒ Array<String>
The capabilities of each phone number.
      1621 1622 1623 1624 1625 1626 1627 1628 1629 1630  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1621 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end  | 
  
#phone_number ⇒ String
The phone number.
      1621 1622 1623 1624 1625 1626 1627 1628 1629 1630  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1621 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end  | 
  
#route_type ⇒ String
The list of supported routes.
      1621 1622 1623 1624 1625 1626 1627 1628 1629 1630  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1621 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end  | 
  
#status ⇒ String
The status of the phone number.
      1621 1622 1623 1624 1625 1626 1627 1628 1629 1630  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 1621 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end  |