Class: Aws::Types::PhoneNumber
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumber
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::PhoneNumberAssociation]
Returns the value of attribute associations.
-
#calling_name ⇒ ::String
Returns the value of attribute calling_name.
-
#calling_name_status ⇒ "Unassigned", ...
Returns the value of attribute calling_name_status.
-
#capabilities ⇒ Types::PhoneNumberCapabilities
Returns the value of attribute capabilities.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#deletion_timestamp ⇒ ::Time
Returns the value of attribute deletion_timestamp.
-
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#order_id ⇒ ::String
Returns the value of attribute order_id.
-
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
-
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
-
#status ⇒ "Cancelled", ...
Returns the value of attribute status.
-
#type ⇒ "Local", "TollFree"
Returns the value of attribute type.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#associations ⇒ ::Array[Types::PhoneNumberAssociation]
Returns the value of attribute associations.
779 780 781 |
# File 'sig/types.rbs', line 779 def associations @associations end |
#calling_name ⇒ ::String
Returns the value of attribute calling_name.
780 781 782 |
# File 'sig/types.rbs', line 780 def calling_name @calling_name end |
#calling_name_status ⇒ "Unassigned", ...
Returns the value of attribute calling_name_status.
781 782 783 |
# File 'sig/types.rbs', line 781 def calling_name_status @calling_name_status end |
#capabilities ⇒ Types::PhoneNumberCapabilities
Returns the value of attribute capabilities.
778 779 780 |
# File 'sig/types.rbs', line 778 def capabilities @capabilities end |
#country ⇒ ::String
Returns the value of attribute country.
774 775 776 |
# File 'sig/types.rbs', line 774 def country @country end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
782 783 784 |
# File 'sig/types.rbs', line 782 def @created_timestamp end |
#deletion_timestamp ⇒ ::Time
Returns the value of attribute deletion_timestamp.
784 785 786 |
# File 'sig/types.rbs', line 784 def @deletion_timestamp end |
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
772 773 774 |
# File 'sig/types.rbs', line 772 def e164_phone_number @e164_phone_number end |
#name ⇒ ::String
Returns the value of attribute name.
786 787 788 |
# File 'sig/types.rbs', line 786 def name @name end |
#order_id ⇒ ::String
Returns the value of attribute order_id.
785 786 787 |
# File 'sig/types.rbs', line 785 def order_id @order_id end |
#phone_number_arn ⇒ ::String
Returns the value of attribute phone_number_arn.
773 774 775 |
# File 'sig/types.rbs', line 773 def phone_number_arn @phone_number_arn end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
771 772 773 |
# File 'sig/types.rbs', line 771 def phone_number_id @phone_number_id end |
#product_type ⇒ "VoiceConnector", "SipMediaApplicationDialIn"
Returns the value of attribute product_type.
776 777 778 |
# File 'sig/types.rbs', line 776 def product_type @product_type end |
#status ⇒ "Cancelled", ...
Returns the value of attribute status.
777 778 779 |
# File 'sig/types.rbs', line 777 def status @status end |
#type ⇒ "Local", "TollFree"
Returns the value of attribute type.
775 776 777 |
# File 'sig/types.rbs', line 775 def type @type end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
783 784 785 |
# File 'sig/types.rbs', line 783 def @updated_timestamp end |