class Aws::IoTEvents::Types::EmailRecipients

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

@note When making an API call, you may pass EmailRecipients

data as a hash:

    {
      to: [
        {
          sso_identity: {
            identity_store_id: "IdentityStoreId", # required
            user_id: "SSOReferenceId",
          },
        },
      ],
    }

@!attribute [rw] to

Specifies one or more recipients who receive the email.
@return [Array<Types::RecipientDetail>]

Constants

SENSITIVE