Class: Aws::Transfer::Types::DescribeUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

A system-assigned unique identifier for a server that has this user assigned.

Returns:

  • (String)


1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1824

class DescribeUserResponse < Struct.new(
  :server_id,
  :user)
  SENSITIVE = []
  include Aws::Structure
end

#userTypes::DescribedUser

An array containing the properties of the Transfer Family user for the ServerID value that you specified.



1824
1825
1826
1827
1828
1829
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1824

class DescribeUserResponse < Struct.new(
  :server_id,
  :user)
  SENSITIVE = []
  include Aws::Structure
end