Class: Aws::Types::SetIdentityHeadersInNotificationsEnabledRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.



960
961
962
# File 'sig/types.rbs', line 960

def enabled
  @enabled
end

#identity::String

Returns the value of attribute identity.



958
959
960
# File 'sig/types.rbs', line 958

def identity
  @identity
end

#notification_type"Bounce", ...

Returns the value of attribute notification_type.



959
960
961
# File 'sig/types.rbs', line 959

def notification_type
  @notification_type
end