Module: AWS::SNS::Topic::PolicyProxy

Defined in:
lib/aws/sns/topic.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#topicObject

Returns the value of attribute topic.



354
355
356
# File 'lib/aws/sns/topic.rb', line 354

def topic
  @topic
end

Instance Method Details

#change {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



355
356
357
358
# File 'lib/aws/sns/topic.rb', line 355

def change
  yield(self)
  topic.policy = self
end