Class: Aws::Types::VulnerabilityCodeVulnerabilities

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cwes::Array[::String]

Returns the value of attribute cwes.

Returns:

  • (::Array[::String])


8151
8152
8153
# File 'sig/types.rbs', line 8151

def cwes
  @cwes
end

#file_pathTypes::CodeVulnerabilitiesFilePath

Returns the value of attribute file_path.



8152
8153
8154
# File 'sig/types.rbs', line 8152

def file_path
  @file_path
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


8153
8154
8155
# File 'sig/types.rbs', line 8153

def source_arn
  @source_arn
end