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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


1502
1503
1504
1505
1506
1507
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1502

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)


1502
1503
1504
1505
1506
1507
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1502

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