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)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def arch
  @arch
end

#epoch ⇒ ::Integer

Returns the value of attribute epoch.

Returns:

  • (::Integer)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def epoch
  @epoch
end

#file_path ⇒ ::String

Returns the value of attribute file_path.

Returns:

  • (::String)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def file_path
  @file_path
end

#fixed_in_version ⇒ ::String

Returns the value of attribute fixed_in_version.

Returns:

  • (::String)


2155
2156
2157
# File 'sig/types.rbs', line 2155

def fixed_in_version
  @fixed_in_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def name
  @name
end

#package_manager ⇒ ::String

Returns the value of attribute package_manager.

Returns:

  • (::String)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def package_manager
  @package_manager
end

#release ⇒ ::String

Returns the value of attribute release.

Returns:

  • (::String)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def release
  @release
end

#remediation ⇒ ::String

Returns the value of attribute remediation.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def remediation
  @remediation
end

#source_layer_hash ⇒ ::String

Returns the value of attribute source_layer_hash.

Returns:

  • (::String)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def source_layer_hash
  @source_layer_hash
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def version
  @version
end