Class: Aws::Types::PhoneNumberSummary
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
-
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
6070 6071 6072 |
# File 'sig/types.rbs', line 6070 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
6069 6070 6071 |
# File 'sig/types.rbs', line 6069 def id @id end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
6071 6072 6073 |
# File 'sig/types.rbs', line 6071 def phone_number @phone_number end |
#phone_number_country_code ⇒ "AF", ...
Returns the value of attribute phone_number_country_code.
6073 6074 6075 |
# File 'sig/types.rbs', line 6073 def phone_number_country_code @phone_number_country_code end |
#phone_number_type ⇒ "TOLL_FREE", ...
Returns the value of attribute phone_number_type.
6072 6073 6074 |
# File 'sig/types.rbs', line 6072 def phone_number_type @phone_number_type end |