Class: Aws::Types::VerifyOTPMessageRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::VerifyOTPMessageRequestParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_identity ⇒ ::String
Returns the value of attribute destination_identity.
-
#otp ⇒ ::String
Returns the value of attribute otp.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
Instance Attribute Details
#destination_identity ⇒ ::String
Returns the value of attribute destination_identity.
3245 3246 3247 |
# File 'sig/types.rbs', line 3245 def destination_identity @destination_identity end |
#otp ⇒ ::String
Returns the value of attribute otp.
3246 3247 3248 |
# File 'sig/types.rbs', line 3246 def otp @otp end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def reference_id @reference_id end |