Class: Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput
- Defined in:
- gems/aws-sdk-sns/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.
3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3276 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.
3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3276 class VerifySMSSandboxPhoneNumberInput < Struct.new( :phone_number, :one_time_password) SENSITIVE = [:phone_number] include Aws::Structure end |