class Aws::IAM::Types::PutRolePermissionsBoundaryRequest

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

data as a hash:

    {
      role_name: "roleNameType", # required
      permissions_boundary: "arnType", # required
    }

@!attribute [rw] role_name

The name (friendly name, not ARN) of the IAM role for which you want
to set the permissions boundary.
@return [String]

@!attribute [rw] permissions_boundary

The ARN of the policy that is used to set the permissions boundary
for the role.
@return [String]

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

Constants

SENSITIVE