Class: Aws::WorkDocs::Types::DescribeCommentsResponse

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

#commentsArray<Types::Comment>

The list of comments for the specified document version.

Returns:



963
964
965
966
967
968
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 963

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

#markerString

The marker for the next set of results. This marker was received from a previous call.

Returns:

  • (String)


963
964
965
966
967
968
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 963

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