Method: Aws::IoTEvents::Types::EmailRecipients#to
- Defined in:
- lib/aws-sdk-iotevents/types.rb
#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 |