Class: Aws::IoTEvents::Types::EmailRecipients
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::EmailRecipients
- 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
-
#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 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 1737 class EmailRecipients < Struct.new( :to) SENSITIVE = [] include Aws::Structure end |