Class: Aws::Transfer::Types::DescribeUserRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-transfer/types.rb', line 1805

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

#user_nameString

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.

Returns:

  • (String)


1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-transfer/types.rb', line 1805

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