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.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#check_description ⇒ String
The account ID that’s associated with the CIS scan result details.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#check_id ⇒ String
The CIS scan result details’ check ID.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#finding_arn ⇒ String
The CIS scan result details’ finding ARN.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#level ⇒ String
The CIS scan result details’ level.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The CIS scan result details’ platform.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#remediation ⇒ String
The CIS scan result details’ remediation.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The CIS scan result details’ scan ARN.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The CIS scan result details’ status.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The CIS scan result details’ status reason.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#target_resource_id ⇒ String
The CIS scan result details’ target resource ID.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The CIS scan result details’ title.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1277 class CisScanResultDetails < Struct.new( :account_id, :check_description, :check_id, :finding_arn, :level, :platform, :remediation, :scan_arn, :status, :status_reason, :target_resource_id, :title) SENSITIVE = [] include Aws::Structure end |