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 354
def change
  yield(self)
  topic.policy = self
end