Class: Aws::WorkDocs::Types::SearchResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::SearchResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ResponseItem>
List of Documents, Folders, Comments, and Document Versions matching the query.
-
#marker ⇒ String
The marker to use when requesting the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::ResponseItem>
List of Documents, Folders, Comments, and Document Versions matching the query.
2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2597 class SearchResourcesResponse < Struct.new( :items, :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.
2597 2598 2599 2600 2601 2602 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2597 class SearchResourcesResponse < Struct.new( :items, :marker) SENSITIVE = [] include Aws::Structure end |