Class: Aws::WorkDocs::Types::GetResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::GetResourcesResponse
- 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 collection.
-
#folders ⇒ Array<Types::FolderMetadata>
The folders 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 collection.
2011 2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2011 class GetResourcesResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |
#folders ⇒ Array<Types::FolderMetadata>
The folders in the specified folder.
2011 2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2011 class GetResourcesResponse < 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.
2011 2012 2013 2014 2015 2016 2017 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2011 class GetResourcesResponse < Struct.new( :folders, :documents, :marker) SENSITIVE = [] include Aws::Structure end |