Class: Aws::Types::FindingDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cisa_dataTypes::CisaData

Returns the value of attribute cisa_data.

Returns:



1556
1557
1558
# File 'sig/types.rbs', line 1556

def cisa_data
  @cisa_data
end

#cwes::Array[::String]

Returns the value of attribute cwes.

Returns:

  • (::Array[::String])


1563
1564
1565
# File 'sig/types.rbs', line 1563

def cwes
  @cwes
end

#epss_score::Float

Returns the value of attribute epss_score.

Returns:

  • (::Float)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def epss_score
  @epss_score
end

#evidences::Array[Types::Evidence]

Returns the value of attribute evidences.

Returns:



1558
1559
1560
# File 'sig/types.rbs', line 1558

def evidences
  @evidences
end

#exploit_observedTypes::ExploitObserved

Returns the value of attribute exploit_observed.



1561
1562
1563
# File 'sig/types.rbs', line 1561

def exploit_observed
  @exploit_observed
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def finding_arn
  @finding_arn
end

#reference_urls::Array[::String]

Returns the value of attribute reference_urls.

Returns:

  • (::Array[::String])


1562
1563
1564
# File 'sig/types.rbs', line 1562

def reference_urls
  @reference_urls
end

#risk_score::Integer

Returns the value of attribute risk_score.

Returns:

  • (::Integer)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def risk_score
  @risk_score
end

#tools::Array[::String]

Returns the value of attribute tools.

Returns:

  • (::Array[::String])


1560
1561
1562
# File 'sig/types.rbs', line 1560

def tools
  @tools
end

#ttps::Array[::String]

Returns the value of attribute ttps.

Returns:

  • (::Array[::String])


1559
1560
1561
# File 'sig/types.rbs', line 1559

def ttps
  @ttps
end