Class: Aws::Inspector2::Types::CisScan
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisScan
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The CIS scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_checks ⇒ Integer
The CIS scan’s failed checks.
-
#scan_arn ⇒ String
The CIS scan’s ARN.
-
#scan_configuration_arn ⇒ String
The CIS scan’s configuration ARN.
-
#scan_date ⇒ Time
The CIS scan’s date.
-
#scan_name ⇒ String
The the name of the scan configuration that’s associated with this scan.
-
#scheduled_by ⇒ String
The account or organization that schedules the CIS scan.
-
#security_level ⇒ String
The security level for the CIS scan.
-
#status ⇒ String
The CIS scan’s status.
-
#targets ⇒ Types::CisTargets
The CIS scan’s targets.
-
#total_checks ⇒ Integer
The CIS scan’s total checks.
Instance Attribute Details
#failed_checks ⇒ Integer
The CIS scan’s failed checks.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The CIS scan’s ARN.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The CIS scan’s configuration ARN.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#scan_date ⇒ Time
The CIS scan’s date.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The the name of the scan configuration that’s associated with this scan.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#scheduled_by ⇒ String
The account or organization that schedules the CIS scan.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#security_level ⇒ String
The security level for the CIS scan. Security level refers to the Benchmark levels that CIS assigns to a profile.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The CIS scan’s status.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Types::CisTargets
The CIS scan’s targets.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |
#total_checks ⇒ Integer
The CIS scan’s total checks.
1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1166 class CisScan < Struct.new( :failed_checks, :scan_arn, :scan_configuration_arn, :scan_date, :scan_name, :scheduled_by, :security_level, :status, :targets, :total_checks) SENSITIVE = [] include Aws::Structure end |