Class: Aws::WorkDocs::Types::DescribeFolderContentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeFolderContentsResponse
- Includes:
- Structure
- Defined in:
- 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.
1094 1095 1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1094 class DescribeFolderContentsResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |
#folders ⇒ Array<Types::FolderMetadata>
The subfolders in the specified folder.
1094 1095 1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1094 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.
1094 1095 1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1094 class DescribeFolderContentsResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |