Class: Aws::Pinpoint::Types::VerifyOTPMessageRequestParameters

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

Overview

Verify OTP message request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_identityString

The destination identity to send OTP to.

Returns:

  • (String)


13242
13243
13244
13245
13246
13247
13248
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13242

class VerifyOTPMessageRequestParameters < Struct.new(
  :destination_identity,
  :otp,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#otpString

The OTP the end user provided for verification.

Returns:

  • (String)


13242
13243
13244
13245
13246
13247
13248
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13242

class VerifyOTPMessageRequestParameters < Struct.new(
  :destination_identity,
  :otp,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idString

The reference identifier provided when the OTP was previously sent.

Returns:

  • (String)


13242
13243
13244
13245
13246
13247
13248
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13242

class VerifyOTPMessageRequestParameters < Struct.new(
  :destination_identity,
  :otp,
  :reference_id)
  SENSITIVE = []
  include Aws::Structure
end