Class: Aws::Types::VerifyOTPMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::VerifyOTPMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#verify_otp_message_request_parameters ⇒ Types::VerifyOTPMessageRequestParameters
Returns the value of attribute verify_otp_message_request_parameters.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def application_id @application_id end |
#verify_otp_message_request_parameters ⇒ Types::VerifyOTPMessageRequestParameters
Returns the value of attribute verify_otp_message_request_parameters.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def @verify_otp_message_request_parameters end |