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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


13543
13544
13545
13546
13547
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13543

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