Class: Aws::WorkDocs::Types::DescribeFolderContentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeFolderContentsResponse
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documents ⇒ Array<Types::DocumentMetadata>
The documents in the specified folder.
-
#folders ⇒ Array<Types::FolderMetadata>
The subfolders in the specified folder.
-
#marker ⇒ String
The marker to use when requesting the next set of results.
Instance Attribute Details
#documents ⇒ Array<Types::DocumentMetadata>
The documents in the specified folder.
1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1282 class DescribeFolderContentsResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |
#folders ⇒ Array<Types::FolderMetadata>
The subfolders in the specified folder.
1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1282 class DescribeFolderContentsResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1282 class DescribeFolderContentsResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |