Class: Aws::Transfer::Types::ListAccessesRequest

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

#max_resultsInteger

Specifies the maximum number of access SIDs to return.

Returns:

  • (Integer)


3560
3561
3562
3563
3564
3565
3566
# File 'lib/aws-sdk-transfer/types.rb', line 3560

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

#next_tokenString

When you can get additional results from the ‘ListAccesses` 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 accesses.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
# File 'lib/aws-sdk-transfer/types.rb', line 3560

class ListAccessesRequest < 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)


3560
3561
3562
3563
3564
3565
3566
# File 'lib/aws-sdk-transfer/types.rb', line 3560

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