Class: Aws::Pinpoint::Types::VerificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VerificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Verify OTP Message Response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#valid ⇒ Boolean
Specifies whether the OTP is valid or not.
Instance Attribute Details
#valid ⇒ Boolean
Specifies whether the OTP is valid or not.
13142 13143 13144 13145 13146 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13142 class VerificationResponse < Struct.new( :valid) SENSITIVE = [] include Aws::Structure end |