Class: Aws::Types::DiffHunk
- Inherits:
-
Object
- Object
- Aws::Types::DiffHunk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_line_count ⇒ ::Integer
Returns the value of attribute after_line_count.
-
#after_start_line ⇒ ::Integer
Returns the value of attribute after_start_line.
-
#before_line_count ⇒ ::Integer
Returns the value of attribute before_line_count.
-
#before_start_line ⇒ ::Integer
Returns the value of attribute before_start_line.
-
#changes ⇒ ::Array[Types::DiffChange]
Returns the value of attribute changes.
Instance Attribute Details
#after_line_count ⇒ ::Integer
Returns the value of attribute after_line_count.
601 602 603 |
# File 'sig/types.rbs', line 601 def after_line_count @after_line_count end |
#after_start_line ⇒ ::Integer
Returns the value of attribute after_start_line.
600 601 602 |
# File 'sig/types.rbs', line 600 def after_start_line @after_start_line end |
#before_line_count ⇒ ::Integer
Returns the value of attribute before_line_count.
599 600 601 |
# File 'sig/types.rbs', line 599 def before_line_count @before_line_count end |
#before_start_line ⇒ ::Integer
Returns the value of attribute before_start_line.
598 599 600 |
# File 'sig/types.rbs', line 598 def before_start_line @before_start_line end |
#changes ⇒ ::Array[Types::DiffChange]
Returns the value of attribute changes.
602 603 604 |
# File 'sig/types.rbs', line 602 def changes @changes end |