Class: Aws::Transfer::Types::DeleteUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
A system-assigned unique identifier for a server instance that has the user assigned to it.
-
#user_name ⇒ String
A unique string that identifies a user that is being deleted from a server.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a server instance that has the user assigned to it.
1536 1537 1538 1539 1540 1541 |
# File 'lib/aws-sdk-transfer/types.rb', line 1536 class DeleteUserRequest < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
A unique string that identifies a user that is being deleted from a server.
1536 1537 1538 1539 1540 1541 |
# File 'lib/aws-sdk-transfer/types.rb', line 1536 class DeleteUserRequest < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |