Class: Aws::Types::CisScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CisScanConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
-
#scan_name ⇒ ::String
Returns the value of attribute scan_name.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#security_level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute security_level.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ Types::CisTargets
Returns the value of attribute targets.
Instance Attribute Details
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def owner_id @owner_id end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def scan_configuration_arn @scan_configuration_arn end |
#scan_name ⇒ ::String
Returns the value of attribute scan_name.
492 493 494 |
# File 'sig/types.rbs', line 492 def scan_name @scan_name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
494 495 496 |
# File 'sig/types.rbs', line 494 def schedule @schedule end |
#security_level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute security_level.
493 494 495 |
# File 'sig/types.rbs', line 493 def security_level @security_level end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
496 497 498 |
# File 'sig/types.rbs', line 496 def @tags end |
#targets ⇒ Types::CisTargets
Returns the value of attribute targets.
495 496 497 |
# File 'sig/types.rbs', line 495 def targets @targets end |