Class: Aws::Transfer::Types::DeleteUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a server instance that has the user assigned to it.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
# File 'lib/aws-sdk-transfer/types.rb', line 1315

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

#user_nameString

A unique string that identifies a user that is being deleted from a server.

Returns:

  • (String)


1315
1316
1317
1318
1319
1320
# File 'lib/aws-sdk-transfer/types.rb', line 1315

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