Class: Aws::PinpointSMSVoiceV2::Types::CarrierLookupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_numberString

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.

Returns:

  • (String)


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