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)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def arch
  @arch
end

#epoch::Integer

Returns the value of attribute epoch.

Returns:

  • (::Integer)


3076
3077
3078
# File 'sig/types.rbs', line 3076

def epoch
  @epoch
end

#file_path::String

Returns the value of attribute file_path.

Returns:

  • (::String)


3080
3081
3082
# File 'sig/types.rbs', line 3080

def file_path
  @file_path
end

#fixed_in_version::String

Returns the value of attribute fixed_in_version.

Returns:

  • (::String)


3081
3082
3083
# File 'sig/types.rbs', line 3081

def fixed_in_version
  @fixed_in_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def name
  @name
end

#package_manager"BUNDLER", ...

Returns the value of attribute package_manager.

Returns:

  • ("BUNDLER", "CARGO", "COMPOSER", "NPM", "NUGET", "PIPENV", "POETRY", "YARN", "GOBINARY", "GOMOD", "JAR", "OS", "PIP", "PYTHONPKG", "NODEPKG", "POM", "GEMSPEC", "DOTNET_CORE")


3079
3080
3081
# File 'sig/types.rbs', line 3079

def package_manager
  @package_manager
end

#release::String

Returns the value of attribute release.

Returns:

  • (::String)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def release
  @release
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


3082
3083
3084
# File 'sig/types.rbs', line 3082

def remediation
  @remediation
end

#source_lambda_layer_arn::String

Returns the value of attribute source_lambda_layer_arn.

Returns:

  • (::String)


3083
3084
3085
# File 'sig/types.rbs', line 3083

def source_lambda_layer_arn
  @source_lambda_layer_arn
end

#source_layer_hash::String

Returns the value of attribute source_layer_hash.

Returns:

  • (::String)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def source_layer_hash
  @source_layer_hash
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def version
  @version
end