class AWS::SNS::Subscription

def effective_delivery_policy_json

Returns:
  • (nil, String) - Returns the effective delivery policy JSON string.
def effective_delivery_policy_json
  get_attributes['EffectiveDeliveryPolicy']
end