Class: Aws::Inspector2::Types::CisCheckAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisCheckAggregation
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A CIS check.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID for the CIS check.
-
#check_description ⇒ String
The description for the CIS check.
-
#check_id ⇒ String
The check ID for the CIS check.
-
#level ⇒ String
The CIS check level.
-
#platform ⇒ String
The CIS check platform.
-
#scan_arn ⇒ String
The scan ARN for the CIS check scan ARN.
-
#status_counts ⇒ Types::StatusCounts
The CIS check status counts.
-
#title ⇒ String
The CIS check title.
Instance Attribute Details
#account_id ⇒ String
The account ID for the CIS check.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#check_description ⇒ String
The description for the CIS check.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#check_id ⇒ String
The check ID for the CIS check.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#level ⇒ String
The CIS check level.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The CIS check platform.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The scan ARN for the CIS check scan ARN.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#status_counts ⇒ Types::StatusCounts
The CIS check status counts.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The CIS check title.
1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1231 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |