Class: Aws::PinpointSMSVoiceV2::Types::CarrierLookupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CarrierLookupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phone_number ⇒ String
The phone number that you want to retrieve information about.
Instance Attribute Details
#phone_number ⇒ String
The phone number that you want to retrieve information about. You can provide the phone number in various formats including special characters such as parentheses, brackets, spaces, hyphens, periods, and commas. The service automatically converts the input to E164 format for processing.
217 218 219 220 221 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 217 class CarrierLookupRequest < Struct.new( :phone_number) SENSITIVE = [] include Aws::Structure end |