Class: Aws::IAM::Types::DeleteUserPermissionsBoundaryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Note:

When making an API call, you may pass DeleteUserPermissionsBoundaryRequest data as a hash:

{
  user_name: "userNameType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#user_nameString

The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.

Returns:

  • (String)


2188
2189
2190
2191
# File 'lib/aws-sdk-iam/types.rb', line 2188

class DeleteUserPermissionsBoundaryRequest < Struct.new(
  :user_name)
  include Aws::Structure
end