Class: Aws::WorkDocs::Types::DescribeFolderContentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#documentsArray<Types::DocumentMetadata>

The documents in the specified folder.

Returns:



1094
1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1094

class DescribeFolderContentsResponse < Struct.new(
  :folders,
  :documents,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#foldersArray<Types::FolderMetadata>

The subfolders in the specified folder.

Returns:



1094
1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1094

class DescribeFolderContentsResponse < Struct.new(
  :folders,
  :documents,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

Returns:

  • (String)


1094
1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1094

class DescribeFolderContentsResponse < Struct.new(
  :folders,
  :documents,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end