Class: Aws::Types::Finding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def 
  @aws_account_id
end

#code_vulnerability_detailsTypes::CodeVulnerabilityDetails

Returns the value of attribute code_vulnerability_details.



1549
1550
1551
# File 'sig/types.rbs', line 1549

def code_vulnerability_details
  @code_vulnerability_details
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def description
  @description
end

#epssTypes::EpssDetails

Returns the value of attribute epss.

Returns:



1550
1551
1552
# File 'sig/types.rbs', line 1550

def epss
  @epss
end

#exploit_available"YES", "NO"

Returns the value of attribute exploit_available.

Returns:

  • ("YES", "NO")


1547
1548
1549
# File 'sig/types.rbs', line 1547

def exploit_available
  @exploit_available
end

#exploitability_detailsTypes::ExploitabilityDetails

Returns the value of attribute exploitability_details.



1548
1549
1550
# File 'sig/types.rbs', line 1548

def exploitability_details
  @exploitability_details
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def finding_arn
  @finding_arn
end

#first_observed_at::Time

Returns the value of attribute first_observed_at.

Returns:

  • (::Time)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def first_observed_at
  @first_observed_at
end

#fix_available"YES", ...

Returns the value of attribute fix_available.

Returns:

  • ("YES", "NO", "PARTIAL")


1546
1547
1548
# File 'sig/types.rbs', line 1546

def fix_available
  @fix_available
end

#inspector_score::Float

Returns the value of attribute inspector_score.

Returns:

  • (::Float)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def inspector_score
  @inspector_score
end

#inspector_score_detailsTypes::InspectorScoreDetails

Returns the value of attribute inspector_score_details.



1543
1544
1545
# File 'sig/types.rbs', line 1543

def inspector_score_details
  @inspector_score_details
end

#last_observed_at::Time

Returns the value of attribute last_observed_at.

Returns:

  • (::Time)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def last_observed_at
  @last_observed_at
end

#network_reachability_detailsTypes::NetworkReachabilityDetails

Returns the value of attribute network_reachability_details.



1544
1545
1546
# File 'sig/types.rbs', line 1544

def network_reachability_details
  @network_reachability_details
end

#package_vulnerability_detailsTypes::PackageVulnerabilityDetails

Returns the value of attribute package_vulnerability_details.



1545
1546
1547
# File 'sig/types.rbs', line 1545

def package_vulnerability_details
  @package_vulnerability_details
end

#remediationTypes::Remediation

Returns the value of attribute remediation.

Returns:



1535
1536
1537
# File 'sig/types.rbs', line 1535

def remediation
  @remediation
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



1541
1542
1543
# File 'sig/types.rbs', line 1541

def resources
  @resources
end

#severity"INFORMATIONAL", ...

Returns the value of attribute severity.

Returns:

  • ("INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL", "UNTRIAGED")


1536
1537
1538
# File 'sig/types.rbs', line 1536

def severity
  @severity
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "SUPPRESSED", "CLOSED")


1540
1541
1542
# File 'sig/types.rbs', line 1540

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def title
  @title
end

#type"NETWORK_REACHABILITY", ...

Returns the value of attribute type.

Returns:

  • ("NETWORK_REACHABILITY", "PACKAGE_VULNERABILITY", "CODE_VULNERABILITY")


1532
1533
1534
# File 'sig/types.rbs', line 1532

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def updated_at
  @updated_at
end