Class: Aws::WorkDocs::Types::ResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::ResponseItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
List of Documents, Folders, Comments, and Document Versions matching the query.
Constant Summary collapse
- SENSITIVE =
[:web_url]
Instance Attribute Summary collapse
-
#comment_metadata ⇒ Types::CommentMetadata
The comment that matches the query.
-
#document_metadata ⇒ Types::DocumentMetadata
The document that matches the query.
-
#document_version_metadata ⇒ Types::DocumentVersionMetadata
The document version that matches the metadata.
-
#folder_metadata ⇒ Types::FolderMetadata
The folder that matches the query.
-
#resource_type ⇒ String
The type of item being returned.
-
#web_url ⇒ String
The webUrl of the item being returned.
Instance Attribute Details
#comment_metadata ⇒ Types::CommentMetadata
The comment that matches the query.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2478 class ResponseItem < Struct.new( :resource_type, :web_url, :document_metadata, :folder_metadata, :comment_metadata, :document_version_metadata) SENSITIVE = [:web_url] include Aws::Structure end |
#document_metadata ⇒ Types::DocumentMetadata
The document that matches the query.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2478 class ResponseItem < Struct.new( :resource_type, :web_url, :document_metadata, :folder_metadata, :comment_metadata, :document_version_metadata) SENSITIVE = [:web_url] include Aws::Structure end |
#document_version_metadata ⇒ Types::DocumentVersionMetadata
The document version that matches the metadata.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2478 class ResponseItem < Struct.new( :resource_type, :web_url, :document_metadata, :folder_metadata, :comment_metadata, :document_version_metadata) SENSITIVE = [:web_url] include Aws::Structure end |
#folder_metadata ⇒ Types::FolderMetadata
The folder that matches the query.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2478 class ResponseItem < Struct.new( :resource_type, :web_url, :document_metadata, :folder_metadata, :comment_metadata, :document_version_metadata) SENSITIVE = [:web_url] include Aws::Structure end |
#resource_type ⇒ String
The type of item being returned.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2478 class ResponseItem < Struct.new( :resource_type, :web_url, :document_metadata, :folder_metadata, :comment_metadata, :document_version_metadata) SENSITIVE = [:web_url] include Aws::Structure end |
#web_url ⇒ String
The webUrl of the item being returned.
2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2478 class ResponseItem < Struct.new( :resource_type, :web_url, :document_metadata, :folder_metadata, :comment_metadata, :document_version_metadata) SENSITIVE = [:web_url] include Aws::Structure end |