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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protocolString

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

Returns:

  • (String)


13741
13742
13743
13744
13745
# File 'lib/aws-sdk-lightsail/types.rb', line 13741

class SendContactMethodVerificationRequest < Struct.new(
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end