Class: Aws::WorkDocs::Types::DescribeDocumentVersionsResponse

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

#document_versionsArray<Types::DocumentVersionMetadata>

The document versions.

Returns:



1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1022

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


1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1022

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