Class: Aws::Lightsail::Types::SendContactMethodVerificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SendContactMethodVerificationRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protocol ⇒ String
The protocol to verify, such as
EmailorSMS(text messaging).
Instance Attribute Details
#protocol ⇒ String
The protocol to verify, such as Email or SMS (text messaging).
13722 13723 13724 13725 13726 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13722 class SendContactMethodVerificationRequest < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |