Class: Aws::Chime::Types::PhoneNumber

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#associationsArray<Types::PhoneNumberAssociation>

The phone number associations.

Returns:



6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_nameString

The outbound calling name associated with the phone number.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_statusString

The outbound calling name status.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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

#capabilitiesTypes::PhoneNumberCapabilities

The phone number capabilities.



6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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

#countryString

The phone number country. Format: ISO 3166-1 alpha-2.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_timestampTime

The phone number creation timestamp, in ISO 8601 format.

Returns:

  • (Time)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_timestampTime

The deleted phone number timestamp, in ISO 8601 format.

Returns:

  • (Time)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_numberString

The phone number, in E.164 format.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_idString

The phone number ID.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_typeString

The phone number product type.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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

#statusString

The phone number status.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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

#typeString

The phone number type.

Returns:

  • (String)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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_timestampTime

The updated phone number timestamp, in ISO 8601 format.

Returns:

  • (Time)


6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
# File '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