class Aws::IAM::Types::GetUserPolicyRequest

@note When making an API call, you may pass GetUserPolicyRequest

data as a hash:

    {
      user_name: "existingUserNameType", # required
      policy_name: "policyNameType", # required
    }

@!attribute [rw] user_name

The name of the user who the policy is associated with.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] policy_name

The name of the policy document to get.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/GetUserPolicyRequest AWS API Documentation

Constants

SENSITIVE