Module AWS::SNS::HasDeliveryPolicy
In: lib/aws/sns/has_delivery_policy.rb

A module shared between {Topic} and {Subscription}. Provides methods for getting and setting the delivery policy and for getting the effective delivery policy.

Methods

Public Instance methods

@return [nil,Hash] Returns the delivery policy.

@param [nil,Hash,String<JSON>] policy A delivery policy. You can

  pass a JSON string, A policy hash or nil.

@return [nil,String] Returns the delivery policy JSON string.

@return [Hash] Returns the effective delivery policy.

@return [String] Returns the effective delivery policy JSON string.

Protected Instance methods

[Validate]