Class: Aws::Types::GetCommentsForComparedCommitOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetCommentsForComparedCommitOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comments_for_compared_commit_data ⇒ ::Array[Types::CommentsForComparedCommit]
Returns the value of attribute comments_for_compared_commit_data.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#comments_for_compared_commit_data ⇒ ::Array[Types::CommentsForComparedCommit]
Returns the value of attribute comments_for_compared_commit_data.
828 829 830 |
# File 'sig/types.rbs', line 828 def comments_for_compared_commit_data @comments_for_compared_commit_data end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
829 830 831 |
# File 'sig/types.rbs', line 829 def next_token @next_token end |