Class AWS::SNS::TopicCollection
In: lib/aws/sns/topic_collection.rb
Parent: Object

Methods

[]   _each_item   create  

Included Modules

Core::Collection::WithNextToken

Public Instance methods

@param [String] topic_arn An AWS SNS Topic ARN. It should be

  formatted something like:

      arn:aws:sns:us-west-2:123456789012:TopicName

@return [Topic] Returns a topic with the given Topic ARN.

Creates and returns a new SNS Topic. @return [Topic] Returns a new topic with the given name.

Protected Instance methods

[Validate]