Class: Aws::IoTEvents::Types::EmailRecipients

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Contains the information of one or more recipients who receive the emails.

You must add the users that receive emails to your AWS SSO store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#toArray<Types::RecipientDetail>

Specifies one or more recipients who receive the email.

Returns:



1738
1739
1740
1741
1742
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1738

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