Class: Aws::CodeCommit::Types::GetCommentsForComparedCommitOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::GetCommentsForComparedCommitOutput
- Defined in:
- gems/aws-sdk-codecommit/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.
3119 3120 3121 3122 3123 3124 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3119 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.
3119 3120 3121 3122 3123 3124 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 3119 class GetCommentsForComparedCommitOutput < Struct.new( :comments_for_compared_commit_data, :next_token) SENSITIVE = [] include Aws::Structure end |