You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::PutRolePermissionsBoundaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutRolePermissionsBoundaryRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#permissions_boundaryString

The ARN of the policy that is used to set the permissions boundary for the role.

Returns:

  • (String)

    The ARN of the policy that is used to set the permissions boundary for the role.

#role_nameString

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

Returns:

  • (String)

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