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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2250
2251
2252
2253
2254
# File 'lib/aws-sdk-iam/types.rb', line 2250

class DeleteUserPermissionsBoundaryRequest < Struct.new(
  :user_name)
  SENSITIVE = []
  include Aws::Structure
end