Class: Aws::Inspector2::Types::CisScanResultDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisScanResultDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The CIS scan result details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The CIS scan result details' account ID.
-
#check_description ⇒ String
The account ID that's associated with the CIS scan result details.
-
#check_id ⇒ String
The CIS scan result details' check ID.
-
#finding_arn ⇒ String
The CIS scan result details' finding ARN.
-
#level ⇒ String
The CIS scan result details' level.
-
#platform ⇒ String
The CIS scan result details' platform.
-
#remediation ⇒ String
The CIS scan result details' remediation.
-
#scan_arn ⇒ String
The CIS scan result details' scan ARN.
-
#status ⇒ String
The CIS scan result details' status.
-
#status_reason ⇒ String
The CIS scan result details' status reason.
-
#target_resource_id ⇒ String
The CIS scan result details' target resource ID.
-
#title ⇒ String
The CIS scan result details' title.
Instance Attribute Details
#account_id ⇒ String
The CIS scan result details' account ID.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 |