module AWS::IAM::UserPolicy::PolicyProxy

@private

Attributes

user_policy[RW]

Public Instance Methods

change() { |self| ... } click to toggle source
# File lib/aws/iam/user_policy.rb, line 39
def change
  yield(self)
  user_policy.policy = self
end