module AWS::SNS::Topic::PolicyProxy
@private
Attributes
topic[RW]
Public Instance Methods
change() { |self| ... }
click to toggle source
# File lib/aws/sns/topic.rb, line 355 def change yield(self) topic.policy = self end