Class AWS::IAM::UserPolicy
In: lib/aws/iam/user_policy.rb
Parent: Resource

Methods

delete   new   policy   policy=  

Classes and Modules

Module AWS::IAM::UserPolicy::PolicyProxy

Attributes

name  [R]  @return [String] Returns the name of this user policy.
user  [R]  @return [User] Returns the user this user policy belongs to.

Public Class methods

@param [User] The user this user policy belongs to. @param [String] The name of this user policy.

Public Instance methods

Deletes this user policy. @return [nil]

@return [Policy] Returns the actual policy document for this

  user policy.

Replaces or updates the user policy with the given policy document. @param [Policy] policy @return [nil]

[Validate]