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

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

Overview

The CIS scan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_checks ⇒ Integer

The CIS scan's failed checks.

Returns:

  • (Integer)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#scan_arn ⇒ String

The CIS scan's ARN.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#scan_configuration_arn ⇒ String

The CIS scan's configuration ARN.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#scan_date ⇒ Time

The CIS scan's date.

Returns:



1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#scan_name ⇒ String

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

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_by ⇒ String

The account or organization that schedules the CIS scan.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  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.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The CIS scan's status.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#targets ⇒ Types::CisTargets

The CIS scan's targets.

Returns:



1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end

#total_checks ⇒ Integer

The CIS scan's total checks.

Returns:

  • (Integer)


1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-inspector2/types.rb', line 1585

class CisScan < Struct.new(
  :scan_arn,
  :scan_configuration_arn,
  :status,
  :scan_name,
  :scan_date,
  :failed_checks,
  :total_checks,
  :targets,
  :scheduled_by,
  :security_level)
  SENSITIVE = []
  include Aws::Structure
end