Class: Aws::Lightsail::Types::DeleteContactMethodRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteContactMethodRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protocol ⇒ String
The protocol that will be deleted, such as
EmailorSMS(text messaging).
Instance Attribute Details
#protocol ⇒ String
The protocol that will be deleted, such as Email or SMS (text
messaging).
Email and an SMS contact method if you added both,
you must run separate DeleteContactMethod actions to delete each
protocol.
5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5059 class DeleteContactMethodRequest < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |