Class: Aws::Transfer::Types::ListAccessesResponse

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

#accessesArray<Types::ListedAccess>

Returns the accesses and their properties for the ServerId value that you specify.

Returns:



3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3587

class ListAccessesResponse < Struct.new(
  :next_token,
  :server_id,
  :accesses)
  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)


3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3587

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

#server_idString

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

Returns:

  • (String)


3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3587

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