Class: Aws::Pinpoint::Types::VerifyOTPMessageRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::VerifyOTPMessageRequestParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Verify OTP message request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_identity ⇒ String
The destination identity to send OTP to.
-
#otp ⇒ String
The OTP the end user provided for verification.
-
#reference_id ⇒ String
The reference identifier provided when the OTP was previously sent.
Instance Attribute Details
#destination_identity ⇒ String
The destination identity to send OTP to.
13241 13242 13243 13244 13245 13246 13247 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13241 class VerifyOTPMessageRequestParameters < Struct.new( :destination_identity, :otp, :reference_id) SENSITIVE = [] include Aws::Structure end |
#otp ⇒ String
The OTP the end user provided for verification.
13241 13242 13243 13244 13245 13246 13247 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13241 class VerifyOTPMessageRequestParameters < Struct.new( :destination_identity, :otp, :reference_id) SENSITIVE = [] include Aws::Structure end |
#reference_id ⇒ String
The reference identifier provided when the OTP was previously sent.
13241 13242 13243 13244 13245 13246 13247 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 13241 class VerifyOTPMessageRequestParameters < Struct.new( :destination_identity, :otp, :reference_id) SENSITIVE = [] include Aws::Structure end |