Class: Aws::Types::MergeHunkDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_line::Integer

Returns the value of attribute end_line.

Returns:

  • (::Integer)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def end_line
  @end_line
end

#hunk_content::String

Returns the value of attribute hunk_content.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def hunk_content
  @hunk_content
end

#start_line::Integer

Returns the value of attribute start_line.

Returns:

  • (::Integer)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def start_line
  @start_line
end