Class: Aws::WorkDocs::Types::DescribeRootFoldersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeRootFoldersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#limit ⇒ Integer
The maximum number of items to return.
-
#marker ⇒ String
The marker for the next set of results.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1262 class DescribeRootFoldersRequest < Struct.new( :authentication_token, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return.
1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1262 class DescribeRootFoldersRequest < Struct.new( :authentication_token, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1262 class DescribeRootFoldersRequest < Struct.new( :authentication_token, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |