You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::PhoneNumberValidateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PhoneNumberValidateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  number_validate_request: { # required
    iso_country_code: "__string",
    phone_number: "__string",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#number_validate_requestTypes::NumberValidateRequest

Specifies a phone number to validate and retrieve information about.

Returns: