Class: Aws::SNS::Types::PhoneNumberInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::PhoneNumberInformation
- Defined in:
- gems/aws-sdk-sns/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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1638 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.
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1638 class PhoneNumberInformation < Struct.new( :created_at, :phone_number, :status, :iso_2_country_code, :route_type, :number_capabilities) SENSITIVE = [:phone_number] include Aws::Structure end |