Class: Aws::Lightsail::Types::GetContactMethodsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContactMethodsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protocols ⇒ Array<String>
The protocols used to send notifications, such as ‘Email`, or `SMS` (text messaging).
Instance Attribute Details
#protocols ⇒ Array<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.
6975 6976 6977 6978 6979 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6975 class GetContactMethodsRequest < Struct.new( :protocols) SENSITIVE = [] include Aws::Structure end |