Class: Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:phone_number]
Instance Attribute Summary collapse
-
#one_time_password ⇒ String
The OTP sent to the destination number from the ‘CreateSMSSandBoxPhoneNumber` call.
-
#phone_number ⇒ String
The destination phone number to verify.
Instance Attribute Details
#one_time_password ⇒ String
The OTP sent to the destination number from the ‘CreateSMSSandBoxPhoneNumber` call.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-sns/types.rb', line 3117 class VerifySMSSandboxPhoneNumberInput < Struct.new( :phone_number, :one_time_password) SENSITIVE = [:phone_number] include Aws::Structure end |
#phone_number ⇒ String
The destination phone number to verify.
3117 3118 3119 3120 3121 3122 |
# File 'lib/aws-sdk-sns/types.rb', line 3117 class VerifySMSSandboxPhoneNumberInput < Struct.new( :phone_number, :one_time_password) SENSITIVE = [:phone_number] include Aws::Structure end |