class AWS::SNS::Topic

def initialize arn, options = {}

Parameters:
  • arn (String) -- The topic ARN.
def initialize arn, options = {}
  @arn = arn
  super
end