Class: Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#one_time_passwordString

The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3118

class VerifySMSSandboxPhoneNumberInput < Struct.new(
  :phone_number,
  :one_time_password)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end

#phone_numberString

The destination phone number to verify.

Returns:

  • (String)


3118
3119
3120
3121
3122
3123
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3118

class VerifySMSSandboxPhoneNumberInput < Struct.new(
  :phone_number,
  :one_time_password)
  SENSITIVE = [:phone_number]
  include Aws::Structure
end