Class: Aws::WorkDocs::Types::DescribeCommentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeCommentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comments ⇒ Array<Types::Comment>
The list of comments for the specified document version.
-
#marker ⇒ String
The marker for the next set of results.
Instance Attribute Details
#comments ⇒ Array<Types::Comment>
The list of comments for the specified document version.
963 964 965 966 967 968 |
# File 'lib/aws-sdk-workdocs/types.rb', line 963 class DescribeCommentsResponse < Struct.new( :comments, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The marker for the next set of results. This marker was received from a previous call.
963 964 965 966 967 968 |
# File 'lib/aws-sdk-workdocs/types.rb', line 963 class DescribeCommentsResponse < Struct.new( :comments, :marker) SENSITIVE = [] include Aws::Structure end |