Class: Aws::WorkDocs::Types::DescribeRootFoldersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeRootFoldersRequest
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Note:
When making an API call, you may pass DescribeRootFoldersRequest data as a hash:
{
authentication_token: "AuthenticationHeaderType", # required
limit: 1,
marker: "PageMarkerType",
}
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.
1490 1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1490 class DescribeRootFoldersRequest < Struct.new( :authentication_token, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of items to return.
1490 1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1490 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.)
1490 1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1490 class DescribeRootFoldersRequest < Struct.new( :authentication_token, :limit, :marker) SENSITIVE = [:authentication_token] include Aws::Structure end |