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

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

#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>)


6976
6977
6978
6979
6980
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6976

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