Class: Aws::Types::DiffChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_line_number::Integer

Returns the value of attribute after_line_number.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def content
  @content
end

#type"CONTEXT", ...

Returns the value of attribute type.

Returns:

  • ("CONTEXT", "ADD", "DELETE")


590
591
592
# File 'sig/types.rbs', line 590

def type
  @type
end