class AWS::SNS::Subscription

def topic_arn

Returns:
  • (String) -
def topic_arn
  @topic_arn ||= get_attributes['TopicArn']
end