Class: Aws::IAM::Types::DeleteUserPermissionsBoundaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteUserPermissionsBoundaryRequest
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_name ⇒ String
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
Instance Attribute Details
#user_name ⇒ String
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
2291 2292 2293 2294 2295 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2291 class DeleteUserPermissionsBoundaryRequest < Struct.new( :user_name) SENSITIVE = [] include Aws::Structure end |