Class: Aws::Transfer::Types::UpdateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateUserResponse
- Defined in:
- gems/aws-sdk-transfer/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.
6879 6880 6881 6882 6883 6884 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6879 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.
6879 6880 6881 6882 6883 6884 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6879 class UpdateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |