# File lib/fog/aws/models/sns/topics.rb, line 15
        def get(id)
          if data = service.get_topic_attributes(id).body["Attributes"]
            new(data)
          end
        end