module AWS::IAM::UserPolicy::PolicyProxy
@api private
Attributes
user_policy[RW]
Public Instance Methods
change() { |self| ... }
click to toggle source
# File lib/aws/iam/user_policy.rb, line 41 def change yield(self) user_policy.policy = self end