Class: Aws::Transfer::Types::UpdateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
‘UpdateUserResponse` returns the user name and identifier for the request to update a user’s properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
A system-assigned unique identifier for a Transfer Family server instance that the account is assigned to.
-
#user_name ⇒ String
The unique identifier for a user that is assigned to a server instance that was specified in the request.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a Transfer Family server instance that the account is assigned to.
6530 6531 6532 6533 6534 6535 |
# File 'lib/aws-sdk-transfer/types.rb', line 6530 class UpdateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The unique identifier for a user that is assigned to a server instance that was specified in the request.
6530 6531 6532 6533 6534 6535 |
# File 'lib/aws-sdk-transfer/types.rb', line 6530 class UpdateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |