Class: Aws::WorkDocs::Types::GetResourcesResponse

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 collection.

Returns:



2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2011

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

#foldersArray<Types::FolderMetadata>

The folders in the specified folder.

Returns:



2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2011

class GetResourcesResponse < 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)


2011
2012
2013
2014
2015
2016
2017
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2011

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