Class: Aws::Inspector2::Types::CisScanResultDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

The CIS scan result details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The CIS scan result details' account ID.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#check_description ⇒ String

The account ID that's associated with the CIS scan result details.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#check_id ⇒ String

The CIS scan result details' check ID.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#finding_arn ⇒ String

The CIS scan result details' finding ARN.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#level ⇒ String

The CIS scan result details' level.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#platform ⇒ String

The CIS scan result details' platform.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#remediation ⇒ String

The CIS scan result details' remediation.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#scan_arn ⇒ String

The CIS scan result details' scan ARN.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The CIS scan result details' status.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#status_reason ⇒ String

The CIS scan result details' status reason.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_id ⇒ String

The CIS scan result details' target resource ID.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The CIS scan result details' title.

Returns:

  • (String)


1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
# File 'lib/aws-sdk-inspector2/types.rb', line 1696

class CisScanResultDetails < Struct.new(
  :scan_arn,
  :account_id,
  :target_resource_id,
  :platform,
  :status,
  :status_reason,
  :check_id,
  :title,
  :check_description,
  :remediation,
  :level,
  :finding_arn)
  SENSITIVE = []
  include Aws::Structure
end