Class: Aws::Transfer::Types::DescribeUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeUserResponse
- Defined in:
- gems/aws-sdk-transfer/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 user account 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.
1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1921 class DescribeUserResponse < Struct.new( :server_id, :user) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::DescribedUser
An array containing the properties of the user account for the
ServerID
value that you specified.
1921 1922 1923 1924 1925 1926 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1921 class DescribeUserResponse < Struct.new( :server_id, :user) SENSITIVE = [] include Aws::Structure end |