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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#server_idString

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

Returns:

  • (String)


436
437
438
439
440
# File 'lib/aws-sdk-transfer/types.rb', line 436

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

#userTypes::DescribedUser

An array containing the properties of the user account for the ‘ServerID` value that you specified.



436
437
438
439
440
# File 'lib/aws-sdk-transfer/types.rb', line 436

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