Class: Aws::Types::PostCommentForComparedCommitOutput
- Inherits:
-
Object
- Object
- Aws::Types::PostCommentForComparedCommitOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_blob_id ⇒ ::String
Returns the value of attribute after_blob_id.
-
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
-
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
-
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
-
#comment ⇒ Types::Comment
Returns the value of attribute comment.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#after_blob_id ⇒ ::String
Returns the value of attribute after_blob_id.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def after_blob_id @after_blob_id end |
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def after_commit_id @after_commit_id end |
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def before_blob_id @before_blob_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def before_commit_id @before_commit_id end |
#comment ⇒ Types::Comment
Returns the value of attribute comment.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def comment @comment end |
#location ⇒ Types::Location
Returns the value of attribute location.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def location @location end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def repository_name @repository_name end |