Class: Aws::Types::GetCommentsForPullRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetCommentsForPullRequestOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comments_for_pull_request_data ⇒ ::Array[Types::CommentsForPullRequest]
Returns the value of attribute comments_for_pull_request_data.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#comments_for_pull_request_data ⇒ ::Array[Types::CommentsForPullRequest]
Returns the value of attribute comments_for_pull_request_data.
844 845 846 |
# File 'sig/types.rbs', line 844 def comments_for_pull_request_data @comments_for_pull_request_data end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
845 846 847 |
# File 'sig/types.rbs', line 845 def next_token @next_token end |