Class: Aws::Types::CodeVulnerabilityDetails

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])


772
773
774
# File 'sig/types.rbs', line 772

def cwes
  @cwes
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def detector_id
  @detector_id
end

#detector_name::String

Returns the value of attribute detector_name.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def detector_name
  @detector_name
end

#detector_tags::Array[::String]

Returns the value of attribute detector_tags.

Returns:

  • (::Array[::String])


766
767
768
# File 'sig/types.rbs', line 766

def detector_tags
  @detector_tags
end

#file_pathTypes::CodeFilePath

Returns the value of attribute file_path.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def file_path
  @file_path
end

#reference_urls::Array[::String]

Returns the value of attribute reference_urls.

Returns:

  • (::Array[::String])


767
768
769
# File 'sig/types.rbs', line 767

def reference_urls
  @reference_urls
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def rule_id
  @rule_id
end

#source_lambda_layer_arn::String

Returns the value of attribute source_lambda_layer_arn.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def source_lambda_layer_arn
  @source_lambda_layer_arn
end