Module: AWS::SNS::Topic::PolicyProxy
- Defined in:
- lib/aws/sns/topic.rb
Instance Attribute Summary collapse
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Method Summary collapse
Instance Attribute Details
#topic ⇒ Object
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
355 356 357 358 |
# File 'lib/aws/sns/topic.rb', line 355 def change yield(self) topic.policy = self end |