Class: Aws::Lightsail::Types::SendContactMethodVerificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::SendContactMethodVerificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protocol ⇒ String
The protocol to verify, such as ‘Email` or `SMS` (text messaging).
Instance Attribute Details
#protocol ⇒ String
The protocol to verify, such as ‘Email` or `SMS` (text messaging).
13558 13559 13560 13561 13562 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13558 class SendContactMethodVerificationRequest < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |