Class: Aws::WorkDocs::Types::SearchResourcesResponse

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

#itemsArray<Types::ResponseItem>

List of Documents, Folders, Comments, and Document Versions matching the query.

Returns:



2597
2598
2599
2600
2601
2602
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2597

class SearchResourcesResponse < Struct.new(
  :items,
  :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)


2597
2598
2599
2600
2601
2602
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2597

class SearchResourcesResponse < Struct.new(
  :items,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end