Class: Aws::Types::VulnerablePackage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arch::String

Returns the value of attribute arch.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def arch
  @arch
end

#epoch::Integer

Returns the value of attribute epoch.

Returns:

  • (::Integer)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def epoch
  @epoch
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def file_path
  @file_path
end

#fixed_in_version::String

Returns the value of attribute fixed_in_version.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def fixed_in_version
  @fixed_in_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def name
  @name
end

#package_manager::String

Returns the value of attribute package_manager.

Returns:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def package_manager
  @package_manager
end

#release::String

Returns the value of attribute release.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def release
  @release
end

#source_layer_hash::String

Returns the value of attribute source_layer_hash.

Returns:

  • (::String)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def source_layer_hash
  @source_layer_hash
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def version
  @version
end