Class: Aws::Inspector2::Types::CisCheckAggregation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisCheckAggregation
- Includes:
- Structure
- Defined in:
- 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 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.
1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1031 class CisCheckAggregation < Struct.new( :account_id, :check_description, :check_id, :level, :platform, :scan_arn, :status_counts, :title) SENSITIVE = [] include Aws::Structure end |