Module: Aws::PinpointSMSVoiceV2::Client::_CarrierLookupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CarrierLookupResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #carrier ⇒ ::String
- #country ⇒ ::String
- #dialing_country_code ⇒ ::String
- #e164_phone_number ⇒ ::String
- #iso_country_code ⇒ ::String
- #mcc ⇒ ::String
- #mnc ⇒ ::String
- #phone_number_type ⇒ "MOBILE", ...
Instance Method Details
#carrier ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def carrier: () -> ::String
|
#country ⇒ ::String
118 |
# File 'sig/client.rbs', line 118
def country: () -> ::String
|
#dialing_country_code ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def dialing_country_code: () -> ::String
|
#e164_phone_number ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def e164_phone_number: () -> ::String
|
#iso_country_code ⇒ ::String
117 |
# File 'sig/client.rbs', line 117
def iso_country_code: () -> ::String
|
#mcc ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def mcc: () -> ::String
|
#mnc ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def mnc: () -> ::String
|
#phone_number_type ⇒ "MOBILE", ...
122 |
# File 'sig/client.rbs', line 122
def phone_number_type: () -> ("MOBILE" | "LANDLINE" | "OTHER" | "INVALID")
|