Class: Aws::Types::GetCommentsForPullRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCommentsForPullRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
-
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
837 838 839 |
# File 'sig/types.rbs', line 837 def after_commit_id @after_commit_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
836 837 838 |
# File 'sig/types.rbs', line 836 def before_commit_id @before_commit_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
839 840 841 |
# File 'sig/types.rbs', line 839 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
838 839 840 |
# File 'sig/types.rbs', line 838 def next_token @next_token end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def pull_request_id @pull_request_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def repository_name @repository_name end |