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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#toArray<Types::RecipientDetail>

Specifies one or more recipients who receive the email.

Returns:



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

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