Class: Aws::Types::CarrierLookupResult
- Inherits:
-
Object
- Object
- Aws::Types::CarrierLookupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier ⇒ ::String
Returns the value of attribute carrier.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#dialing_country_code ⇒ ::String
Returns the value of attribute dialing_country_code.
-
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
-
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
-
#mcc ⇒ ::String
Returns the value of attribute mcc.
-
#mnc ⇒ ::String
Returns the value of attribute mnc.
-
#phone_number_type ⇒ "MOBILE", ...
Returns the value of attribute phone_number_type.
Instance Attribute Details
#carrier ⇒ ::String
Returns the value of attribute carrier.
73 74 75 |
# File 'sig/types.rbs', line 73 def carrier @carrier end |
#country ⇒ ::String
Returns the value of attribute country.
70 71 72 |
# File 'sig/types.rbs', line 70 def country @country end |
#dialing_country_code ⇒ ::String
Returns the value of attribute dialing_country_code.
68 69 70 |
# File 'sig/types.rbs', line 68 def dialing_country_code @dialing_country_code end |
#e164_phone_number ⇒ ::String
Returns the value of attribute e164_phone_number.
67 68 69 |
# File 'sig/types.rbs', line 67 def e164_phone_number @e164_phone_number end |
#iso_country_code ⇒ ::String
Returns the value of attribute iso_country_code.
69 70 71 |
# File 'sig/types.rbs', line 69 def iso_country_code @iso_country_code end |
#mcc ⇒ ::String
Returns the value of attribute mcc.
71 72 73 |
# File 'sig/types.rbs', line 71 def mcc @mcc end |
#mnc ⇒ ::String
Returns the value of attribute mnc.
72 73 74 |
# File 'sig/types.rbs', line 72 def mnc @mnc end |
#phone_number_type ⇒ "MOBILE", ...
Returns the value of attribute phone_number_type.
74 75 76 |
# File 'sig/types.rbs', line 74 def phone_number_type @phone_number_type end |