Class: Aws::Types::DiffChange
- Inherits:
-
Object
- Object
- Aws::Types::DiffChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_line_number ⇒ ::Integer
Returns the value of attribute after_line_number.
-
#before_line_number ⇒ ::Integer
Returns the value of attribute before_line_number.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#type ⇒ "CONTEXT", ...
Returns the value of attribute type.
Instance Attribute Details
#after_line_number ⇒ ::Integer
Returns the value of attribute after_line_number.
592 593 594 |
# File 'sig/types.rbs', line 592 def after_line_number @after_line_number end |
#before_line_number ⇒ ::Integer
Returns the value of attribute before_line_number.
591 592 593 |
# File 'sig/types.rbs', line 591 def before_line_number @before_line_number end |
#content ⇒ ::String
Returns the value of attribute content.
593 594 595 |
# File 'sig/types.rbs', line 593 def content @content end |
#type ⇒ "CONTEXT", ...
Returns the value of attribute type.
590 591 592 |
# File 'sig/types.rbs', line 590 def type @type end |