class Aws::IAM::Types::GetRolePolicyResponse

Contains the response to a successful GetRolePolicy request.

@!attribute [rw] role_name

The role 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/GetRolePolicyResponse AWS API Documentation

Constants

SENSITIVE