Class: Aws::Transfer::Types::ListAccessesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListAccessesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of access SIDs to return.
-
#next_token ⇒ String
When you can get additional results from the `ListAccesses` call, a `NextToken` parameter is returned in the output.
-
#server_id ⇒ String
A system-assigned unique identifier for a server that has users assigned to it.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of access SIDs to return.
3136 3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-transfer/types.rb', line 3136 class ListAccessesRequest < Struct.new( :max_results, :next_token, :server_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
3136 3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-transfer/types.rb', line 3136 class ListAccessesRequest < Struct.new( :max_results, :next_token, :server_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
A system-assigned unique identifier for a server that has users assigned to it.
3136 3137 3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-transfer/types.rb', line 3136 class ListAccessesRequest < Struct.new( :max_results, :next_token, :server_id) SENSITIVE = [] include Aws::Structure end |