You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::SendContactMethodVerificationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SendContactMethodVerificationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  protocol: "Email", # required, accepts Email
}

Instance Attribute Summary collapse

Instance Attribute Details

#protocolString

The protocol to verify, such as Email or SMS (text messaging).

Possible values:

  • Email

Returns:

  • (String)

    The protocol to verify, such as Email or SMS (text messaging).