Class: Aws::Transfer::Types::ListUsersResponse

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

#next_tokenString

When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4048

class ListUsersResponse < Struct.new(
  :next_token,
  :server_id,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

A system-assigned unique identifier for a server that the users are assigned to.

Returns:

  • (String)


4048
4049
4050
4051
4052
4053
4054
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4048

class ListUsersResponse < Struct.new(
  :next_token,
  :server_id,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#usersArray<Types::ListedUser>

Returns the Transfer Family users and their properties for the ServerId value that you specify.

Returns:



4048
4049
4050
4051
4052
4053
4054
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4048

class ListUsersResponse < Struct.new(
  :next_token,
  :server_id,
  :users)
  SENSITIVE = []
  include Aws::Structure
end