Class: Aws::Chime::Types::PhoneNumber
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PhoneNumber
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.
Constant Summary collapse
- SENSITIVE =
[:e164_phone_number, :calling_name]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::PhoneNumberAssociation>
The phone number associations.
-
#calling_name ⇒ String
The outbound calling name associated with the phone number.
-
#calling_name_status ⇒ String
The outbound calling name status.
-
#capabilities ⇒ Types::PhoneNumberCapabilities
The phone number capabilities.
-
#country ⇒ String
The phone number country.
-
#created_timestamp ⇒ Time
The phone number creation timestamp, in ISO 8601 format.
-
#deletion_timestamp ⇒ Time
The deleted phone number timestamp, in ISO 8601 format.
-
#e164_phone_number ⇒ String
The phone number, in E.164 format.
-
#phone_number_id ⇒ String
The phone number ID.
-
#product_type ⇒ String
The phone number product type.
-
#status ⇒ String
The phone number status.
-
#type ⇒ String
The phone number type.
-
#updated_timestamp ⇒ Time
The updated phone number timestamp, in ISO 8601 format.
Instance Attribute Details
#associations ⇒ Array<Types::PhoneNumberAssociation>
The phone number associations.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#calling_name ⇒ String
The outbound calling name associated with the phone number.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#calling_name_status ⇒ String
The outbound calling name status.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#capabilities ⇒ Types::PhoneNumberCapabilities
The phone number capabilities.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#country ⇒ String
The phone number country. Format: ISO 3166-1 alpha-2.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#created_timestamp ⇒ Time
The phone number creation timestamp, in ISO 8601 format.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#deletion_timestamp ⇒ Time
The deleted phone number timestamp, in ISO 8601 format.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#e164_phone_number ⇒ String
The phone number, in E.164 format.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#phone_number_id ⇒ String
The phone number ID.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#product_type ⇒ String
The phone number product type.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#status ⇒ String
The phone number status.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#type ⇒ String
The phone number type.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |
#updated_timestamp ⇒ Time
The updated phone number timestamp, in ISO 8601 format.
6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6475 class PhoneNumber < Struct.new( :phone_number_id, :e164_phone_number, :country, :type, :product_type, :status, :capabilities, :associations, :calling_name, :calling_name_status, :created_timestamp, :updated_timestamp, :deletion_timestamp) SENSITIVE = [:e164_phone_number, :calling_name] include Aws::Structure end |