You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::GetContactMethodsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetContactMethodsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  protocols: ["Email"], # accepts Email, SMS
}

Instance Attribute Summary collapse

Instance Attribute Details

#protocolsArray<String>

The protocols used to send notifications, such as Email, or SMS (text messaging).

Specify a protocol in your request to return information about a specific contact method protocol.

Returns:

  • (Array<String>)

    The protocols used to send notifications, such as Email, or SMS (text messaging).