Class: Aws::Transfer::Types::ListAccessesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListAccessesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accesses ⇒ Array<Types::ListedAccess>
Returns the accesses and their properties for the `ServerId` value that you specify.
-
#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
#accesses ⇒ Array<Types::ListedAccess>
Returns the accesses and their properties for the `ServerId` value that you specify.
3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-transfer/types.rb', line 3163 class ListAccessesResponse < Struct.new( :next_token, :server_id, :accesses) 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.
3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-transfer/types.rb', line 3163 class ListAccessesResponse < Struct.new( :next_token, :server_id, :accesses) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
A system-assigned unique identifier for a server that has users assigned to it.
3163 3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-transfer/types.rb', line 3163 class ListAccessesResponse < Struct.new( :next_token, :server_id, :accesses) SENSITIVE = [] include Aws::Structure end |