Method: Aws::SES::Types::SetIdentityHeadersInNotificationsEnabledRequest#identity
- Defined in:
- lib/aws-sdk-ses/types.rb
#identity ⇒ String
The identity for which to enable or disable headers in notifications. Examples: ‘[email protected]`, example.com.
4700 4701 4702 4703 4704 4705 4706 |
# File 'lib/aws-sdk-ses/types.rb', line 4700 class SetIdentityHeadersInNotificationsEnabledRequest < Struct.new( :identity, :notification_type, :enabled) SENSITIVE = [] include Aws::Structure end |