Class: Aws::Transfer::Types::ListUsersRequest

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

#max_resultsInteger

Specifies the number of users to return as a response to the ListUsers request.

Returns:

  • (Integer)


4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4033

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

#next_tokenString

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

Returns:

  • (String)


4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4033

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

#server_idString

A system-assigned unique identifier for a server that has users assigned to it.

Returns:

  • (String)


4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4033

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