Class: Aws::Types::IdentityNotificationAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bounce_topic::String

Returns the value of attribute bounce_topic.

Returns:



496
497
498
# File 'sig/types.rbs', line 496

def bounce_topic
  @bounce_topic
end

#complaint_topic::String

Returns the value of attribute complaint_topic.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def complaint_topic
  @complaint_topic
end

#delivery_topic::String

Returns the value of attribute delivery_topic.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def delivery_topic
  @delivery_topic
end

#forwarding_enabledBoolean

Returns the value of attribute forwarding_enabled.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def forwarding_enabled
  @forwarding_enabled
end

#headers_in_bounce_notifications_enabledBoolean

Returns the value of attribute headers_in_bounce_notifications_enabled.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def headers_in_bounce_notifications_enabled
  @headers_in_bounce_notifications_enabled
end

#headers_in_complaint_notifications_enabledBoolean

Returns the value of attribute headers_in_complaint_notifications_enabled.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def headers_in_complaint_notifications_enabled
  @headers_in_complaint_notifications_enabled
end

#headers_in_delivery_notifications_enabledBoolean

Returns the value of attribute headers_in_delivery_notifications_enabled.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def headers_in_delivery_notifications_enabled
  @headers_in_delivery_notifications_enabled
end