Class: Aws::WorkDocs::Types::DescribeRootFoldersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeRootFoldersResponse
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#folders ⇒ Array<Types::FolderMetadata>
The user's special folders.
-
#marker ⇒ String
The marker for the next set of results.
Instance Attribute Details
#folders ⇒ Array<Types::FolderMetadata>
The user's special folders.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1280 class DescribeRootFoldersResponse < Struct.new( :folders, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results.
1280 1281 1282 1283 1284 1285 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1280 class DescribeRootFoldersResponse < Struct.new( :folders, :marker) SENSITIVE = [] include Aws::Structure end |