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.
2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2872 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.
2872 2873 2874 2875 2876 2877 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 2872 class GetCommentsForComparedCommitOutput < Struct.new( :comments_for_compared_commit_data, :next_token) SENSITIVE = [] include Aws::Structure end |