class AWS::SNS::Topic

def policy

Returns:
  • (Policy) - The topic's {Policy}.
def policy
  to_h[:policy]
end