Class: Aws::WorkDocs::Types::DescribeDocumentVersionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


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_idString

The ID of the document.

Returns:

  • (String)


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

#fieldsString

Specify “SOURCE” to include initialized versions and a URL for the source document.

Returns:

  • (String)


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

#includeString

A comma-separated list of values. Specify “INITIALIZED” to include incomplete versions.

Returns:

  • (String)


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

#limitInteger

The maximum number of versions to return with this call.

Returns:

  • (Integer)


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

#markerString

The marker for the next set of results. (You received this marker from a previous call.)

Returns:

  • (String)


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