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)


13558
13559
13560
13561
13562
# File 'lib/aws-sdk-lightsail/types.rb', line 13558

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