class AWS::SNS::Subscription

def delivery_policy_json

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