Class: Aws::WorkDocs::Types::DescribeDocumentVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeDocumentVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#document_id ⇒ String
The ID of the document.
-
#fields ⇒ String
Specify “SOURCE” to include initialized versions and a URL for the source document.
-
#include ⇒ String
A comma-separated list of values.
-
#limit ⇒ Integer
The maximum number of versions to return with this call.
-
#marker ⇒ String
The marker for the next set of results.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1000 class DescribeDocumentVersionsRequest < Struct.new( :authentication_token, :document_id, :marker, :limit, :include, :fields) SENSITIVE = [:authentication_token] include Aws::Structure end |
#document_id ⇒ String
The ID of the document.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1000 class DescribeDocumentVersionsRequest < Struct.new( :authentication_token, :document_id, :marker, :limit, :include, :fields) SENSITIVE = [:authentication_token] include Aws::Structure end |
#fields ⇒ String
Specify “SOURCE” to include initialized versions and a URL for the source document.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1000 class DescribeDocumentVersionsRequest < Struct.new( :authentication_token, :document_id, :marker, :limit, :include, :fields) SENSITIVE = [:authentication_token] include Aws::Structure end |
#include ⇒ String
A comma-separated list of values. Specify “INITIALIZED” to include incomplete versions.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1000 class DescribeDocumentVersionsRequest < Struct.new( :authentication_token, :document_id, :marker, :limit, :include, :fields) SENSITIVE = [:authentication_token] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of versions to return with this call.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1000 class DescribeDocumentVersionsRequest < Struct.new( :authentication_token, :document_id, :marker, :limit, :include, :fields) SENSITIVE = [:authentication_token] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. (You received this marker from a previous call.)
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1000 class DescribeDocumentVersionsRequest < Struct.new( :authentication_token, :document_id, :marker, :limit, :include, :fields) SENSITIVE = [:authentication_token] include Aws::Structure end |