Class: Aws::Transfer::Types::DescribeUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeUserRequest
- 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 that has this user assigned.
-
#user_name ⇒ String
The name of the user assigned to one or more servers.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a server that has this user assigned.
1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-transfer/types.rb', line 1839 class DescribeUserRequest < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Transfer Family service and perform file transfer tasks.
1839 1840 1841 1842 1843 1844 |
# File 'lib/aws-sdk-transfer/types.rb', line 1839 class DescribeUserRequest < Struct.new( :server_id, :user_name) SENSITIVE = [] include Aws::Structure end |