Class: Aws::SecurityAgent::Types::FindingSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Summary information for a security finding

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

Identifier of the agent space that created this finding

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#confidenceString

Confidence level of the finding

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when the finding was created

Returns:

  • (Time)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

Unique identifier for the finding

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name or title of the finding

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_idString

Identifier of the parent pentest

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pentest_job_idString

Identifier of the pentest job

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#risk_levelString

Severity level of the identified risk

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#risk_typeString

Type of security risk identified

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the finding

Returns:

  • (String)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the finding was last updated

Returns:

  • (Time)


1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1655

class FindingSummary < Struct.new(
  :finding_id,
  :agent_space_id,
  :pentest_id,
  :pentest_job_id,
  :name,
  :status,
  :risk_type,
  :risk_level,
  :confidence,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end