Class: Aws::IoTEvents::Types::EmailRecipients
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::EmailRecipients
- 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
-
#to ⇒ Array<Types::RecipientDetail>
Specifies one or more recipients who receive the email.
Instance Attribute Details
#to ⇒ Array<Types::RecipientDetail>
Specifies one or more recipients who receive the email.
1737 1738 1739 1740 1741 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1737 class EmailRecipients < Struct.new( :to) SENSITIVE = [] include Aws::Structure end |