Class: Aws::Transfer::Types::DescribeUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeUserResponse
- 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 ⇒ Types::DescribedUser
An array containing the properties of the Transfer Family user for the ‘ServerID` value that you specified.
Instance Attribute Details
#server_id ⇒ String
A system-assigned unique identifier for a server that has this user assigned.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-transfer/types.rb', line 1858 class DescribeUserResponse < Struct.new( :server_id, :user) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::DescribedUser
An array containing the properties of the Transfer Family user for the ‘ServerID` value that you specified.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-transfer/types.rb', line 1858 class DescribeUserResponse < Struct.new( :server_id, :user) SENSITIVE = [] include Aws::Structure end |