Class: Aws::Inspector2::Types::CisScan

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

The CIS scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_checksInteger

The CIS scan's failed checks.

Returns:

  • (Integer)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_arnString

The CIS scan's ARN.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_arnString

The CIS scan's configuration ARN.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_dateTime

The CIS scan's date.

Returns:



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_nameString

The the name of the scan configuration that's associated with this scan.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_byString

The account or organization that schedules the CIS scan.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_levelString

The security level for the CIS scan. Security level refers to the Benchmark levels that CIS assigns to a profile.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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

#statusString

The CIS scan's status.

Returns:

  • (String)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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

#targetsTypes::CisTargets

The CIS scan's targets.

Returns:



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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_checksInteger

The CIS scan's total checks.

Returns:

  • (Integer)


1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1156

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