Class: Aws::Lightsail::Types::DeleteContactMethodRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteContactMethodRequest
- Includes:
- Structure
- Defined in:
- 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 ‘Email` or `SMS` (text messaging).
Instance Attribute Details
#protocol ⇒ String
The protocol that will be deleted, such as ‘Email` or `SMS` (text messaging).
<note markdown=“1”> To delete an ‘Email` and an `SMS` contact method if you added both, you must run separate `DeleteContactMethod` actions to delete each protocol.
</note>
4915 4916 4917 4918 4919 |
# File 'lib/aws-sdk-lightsail/types.rb', line 4915 class DeleteContactMethodRequest < Struct.new( :protocol) SENSITIVE = [] include Aws::Structure end |