Class: Aws::Types::CodeVulnerabilitiesFilePath

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)


4971
4972
4973
# File 'sig/types.rbs', line 4971

def end_line
  @end_line
end

#file_name::String

Returns the value of attribute file_name.

Returns:

  • (::String)


4972
4973
4974
# File 'sig/types.rbs', line 4972

def file_name
  @file_name
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


4973
4974
4975
# File 'sig/types.rbs', line 4973

def file_path
  @file_path
end

#start_line::Integer

Returns the value of attribute start_line.

Returns:

  • (::Integer)


4974
4975
4976
# File 'sig/types.rbs', line 4974

def start_line
  @start_line
end