Class: Aws::Types::CisScan
- Inherits:
-
Object
- Object
- Aws::Types::CisScan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_checks ⇒ ::Integer
Returns the value of attribute failed_checks.
-
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
-
#scan_date ⇒ ::Time
Returns the value of attribute scan_date.
-
#scan_name ⇒ ::String
Returns the value of attribute scan_name.
-
#scheduled_by ⇒ ::String
Returns the value of attribute scheduled_by.
-
#security_level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute security_level.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
-
#targets ⇒ Types::CisTargets
Returns the value of attribute targets.
-
#total_checks ⇒ ::Integer
Returns the value of attribute total_checks.
Instance Attribute Details
#failed_checks ⇒ ::Integer
Returns the value of attribute failed_checks.
481 482 483 |
# File 'sig/types.rbs', line 481 def failed_checks @failed_checks end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
476 477 478 |
# File 'sig/types.rbs', line 476 def scan_arn @scan_arn end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
477 478 479 |
# File 'sig/types.rbs', line 477 def scan_configuration_arn @scan_configuration_arn end |
#scan_date ⇒ ::Time
Returns the value of attribute scan_date.
480 481 482 |
# File 'sig/types.rbs', line 480 def scan_date @scan_date end |
#scan_name ⇒ ::String
Returns the value of attribute scan_name.
479 480 481 |
# File 'sig/types.rbs', line 479 def scan_name @scan_name end |
#scheduled_by ⇒ ::String
Returns the value of attribute scheduled_by.
484 485 486 |
# File 'sig/types.rbs', line 484 def scheduled_by @scheduled_by end |
#security_level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute security_level.
485 486 487 |
# File 'sig/types.rbs', line 485 def security_level @security_level end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
478 479 480 |
# File 'sig/types.rbs', line 478 def status @status end |
#targets ⇒ Types::CisTargets
Returns the value of attribute targets.
483 484 485 |
# File 'sig/types.rbs', line 483 def targets @targets end |
#total_checks ⇒ ::Integer
Returns the value of attribute total_checks.
482 483 484 |
# File 'sig/types.rbs', line 482 def total_checks @total_checks end |