Class: Aws::CodeCommit::Types::GetCommentsForComparedCommitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommentsForComparedCommitOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comments_for_compared_commit_data ⇒ Array<Types::CommentsForComparedCommit>
A list of comment objects on the compared commit.
-
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
Instance Attribute Details
#comments_for_compared_commit_data ⇒ Array<Types::CommentsForComparedCommit>
A list of comment objects on the compared commit.
2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2870 class GetCommentsForComparedCommitOutput < Struct.new( :comments_for_compared_commit_data, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An enumeration token that can be used in a request to return the next batch of the results.
2870 2871 2872 2873 2874 2875 |
# File 'lib/aws-sdk-codecommit/types.rb', line 2870 class GetCommentsForComparedCommitOutput < Struct.new( :comments_for_compared_commit_data, :next_token) SENSITIVE = [] include Aws::Structure end |