Class: Aws::IAM::Types::DeleteRolePermissionsBoundaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteRolePermissionsBoundaryRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_name ⇒ String
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
Instance Attribute Details
#role_name ⇒ String
The name (friendly name, not ARN) of the IAM role from which you want to remove the permissions boundary.
2057 2058 2059 2060 2061 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2057 class DeleteRolePermissionsBoundaryRequest < Struct.new( :role_name) SENSITIVE = [] include Aws::Structure end |