Class: Aws::Inspector2::Types::Finding
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Finding
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Details about an Amazon Inspector finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with the finding.
-
#code_vulnerability_details ⇒ Types::CodeVulnerabilityDetails
Details about the code vulnerability identified in a Lambda function used to filter findings.
-
#description ⇒ String
The description of the finding.
-
#epss ⇒ Types::EpssDetails
The finding's EPSS score.
-
#exploit_available ⇒ String
If a finding discovered in your environment has an exploit available.
-
#exploitability_details ⇒ Types::ExploitabilityDetails
The details of an exploit available for a finding discovered in your environment.
-
#finding_arn ⇒ String
The Amazon Resource Number (ARN) of the finding.
-
#first_observed_at ⇒ Time
The date and time that the finding was first observed.
-
#fix_available ⇒ String
Details on whether a fix is available through a version update.
-
#inspector_score ⇒ Float
The Amazon Inspector score given to the finding.
-
#inspector_score_details ⇒ Types::InspectorScoreDetails
An object that contains details of the Amazon Inspector score.
-
#last_observed_at ⇒ Time
The date and time the finding was last observed.
-
#network_reachability_details ⇒ Types::NetworkReachabilityDetails
An object that contains the details of a network reachability finding.
-
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
An object that contains the details of a package vulnerability finding.
-
#remediation ⇒ Types::Remediation
An object that contains the details about how to remediate a finding.
-
#resources ⇒ Array<Types::Resource>
Contains information on the resources involved in a finding.
-
#severity ⇒ String
The severity of the finding.
-
#status ⇒ String
The status of the finding.
-
#title ⇒ String
The title of the finding.
-
#type ⇒ String
The type of the finding.
-
#updated_at ⇒ Time
The date and time the finding was last updated at.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID associated with the finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#code_vulnerability_details ⇒ Types::CodeVulnerabilityDetails
Details about the code vulnerability identified in a Lambda function used to filter findings.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#epss ⇒ Types::EpssDetails
The finding's EPSS score.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#exploit_available ⇒ String
If a finding discovered in your environment has an exploit available.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#exploitability_details ⇒ Types::ExploitabilityDetails
The details of an exploit available for a finding discovered in your environment.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#finding_arn ⇒ String
The Amazon Resource Number (ARN) of the finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#first_observed_at ⇒ Time
The date and time that the finding was first observed.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#fix_available ⇒ String
Details on whether a fix is available through a version update. This
value can be YES
, NO
, or PARTIAL
. A PARTIAL
fix means that
some, but not all, of the packages identified in the finding have
fixes available through updated versions.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#inspector_score ⇒ Float
The Amazon Inspector score given to the finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#inspector_score_details ⇒ Types::InspectorScoreDetails
An object that contains details of the Amazon Inspector score.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#last_observed_at ⇒ Time
The date and time the finding was last observed. This timestamp for this field remains unchanged until a finding is updated.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#network_reachability_details ⇒ Types::NetworkReachabilityDetails
An object that contains the details of a network reachability finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails
An object that contains the details of a package vulnerability finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#remediation ⇒ Types::Remediation
An object that contains the details about how to remediate a finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
Contains information on the resources involved in a finding. The
resource
value determines the valid values for type
in your
request. For more information, see Finding types in the Amazon
Inspector user guide.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the finding. UNTRIAGED
applies to
PACKAGE_VULNERABILITY
type findings that the vendor has not
assigned a severity yet. For more information, see Severity levels
for findings in the Amazon Inspector user guide.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the finding.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the finding. The type
value determines the valid
values for resource
in your request. For more information, see
Finding types in the Amazon Inspector user guide.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the finding was last updated at.
4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4637 class Finding < Struct.new( :aws_account_id, :code_vulnerability_details, :description, :epss, :exploit_available, :exploitability_details, :finding_arn, :first_observed_at, :fix_available, :inspector_score, :inspector_score_details, :last_observed_at, :network_reachability_details, :package_vulnerability_details, :remediation, :resources, :severity, :status, :title, :type, :updated_at) SENSITIVE = [] include Aws::Structure end |