# File lib/aws/sns/topic_collection.rb, line 23 def create name response = client.create_topic(:name => name) Topic.new(response.topic_arn, :config => config) end