Class: Aws::Types::CodeLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def file_path
  @file_path
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def label
  @label
end

#line_end::Integer

Returns the value of attribute line_end.

Returns:

  • (::Integer)


435
436
437
# File 'sig/types.rbs', line 435

def line_end
  @line_end
end

#line_start::Integer

Returns the value of attribute line_start.

Returns:

  • (::Integer)


434
435
436
# File 'sig/types.rbs', line 434

def line_start
  @line_start
end