Class: Aws::Types::PhoneNumberInformation
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#iso_2_country_code ⇒ ::String
Returns the value of attribute iso_2_country_code.
-
#number_capabilities ⇒ ::Array[("SMS" | "MMS" | "VOICE")]
Returns the value of attribute number_capabilities.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#route_type ⇒ "Transactional", ...
Returns the value of attribute route_type.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
416 417 418 |
# File 'sig/types.rbs', line 416 def created_at @created_at end |
#iso_2_country_code ⇒ ::String
Returns the value of attribute iso_2_country_code.
419 420 421 |
# File 'sig/types.rbs', line 419 def iso_2_country_code @iso_2_country_code end |
#number_capabilities ⇒ ::Array[("SMS" | "MMS" | "VOICE")]
Returns the value of attribute number_capabilities.
421 422 423 |
# File 'sig/types.rbs', line 421 def number_capabilities @number_capabilities end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
417 418 419 |
# File 'sig/types.rbs', line 417 def phone_number @phone_number end |
#route_type ⇒ "Transactional", ...
Returns the value of attribute route_type.
420 421 422 |
# File 'sig/types.rbs', line 420 def route_type @route_type end |
#status ⇒ ::String
Returns the value of attribute status.
418 419 420 |
# File 'sig/types.rbs', line 418 def status @status end |