Class: Aws::Transfer::Types::CreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_id ⇒ String
The identifier of the server that the user is attached to.
-
#user_name ⇒ String
A unique string that identifies a Transfer Family user.
Instance Attribute Details
#server_id ⇒ String
The identifier of the server that the user is attached to.
1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-transfer/types.rb', line 1168 class CreateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
A unique string that identifies a Transfer Family user.
1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-transfer/types.rb', line 1168 class CreateUserResponse < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |