Class: Aws::Pinpoint::Types::VerificationResponse

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

Overview

Verify OTP Message Response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#validBoolean

Specifies whether the OTP is valid or not.

Returns:

  • (Boolean)


13150
13151
13152
13153
13154
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13150

class VerificationResponse < Struct.new(
  :valid)
  SENSITIVE = []
  include Aws::Structure
end