class Aws::IAM::Types::GetUserPolicyResponse

Contains the response to a successful GetUserPolicy request.

@!attribute [rw] user_name

The user the policy is associated with.
@return [String]

@!attribute [rw] policy_name

The name of the policy.
@return [String]

@!attribute [rw] policy_document

The policy document.

IAM stores policies in JSON format. However, resources that were
created using CloudFormation templates can be formatted in YAML.
CloudFormation always converts a YAML policy to JSON format before
submitting it to IAM.
@return [String]

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

Constants

SENSITIVE