Class: Aws::WorkDocs::Types::ResponseItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/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

Instance Attribute Details

#comment_metadataTypes::CommentMetadata

The comment that matches the query.



2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'gems/aws-sdk-workdocs/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_metadataTypes::DocumentMetadata

The document that matches the query.



2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'gems/aws-sdk-workdocs/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_metadataTypes::DocumentVersionMetadata

The document version that matches the metadata.



2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'gems/aws-sdk-workdocs/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_metadataTypes::FolderMetadata

The folder that matches the query.



2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'gems/aws-sdk-workdocs/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_typeString

The type of item being returned.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'gems/aws-sdk-workdocs/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_urlString

The webUrl of the item being returned.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'gems/aws-sdk-workdocs/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