Class: Aws::Types::UpdateCisScanConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCisScanConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#targets ⇒ Types::UpdateCisTargets
Returns the value of attribute targets.
Instance Attribute Details
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def scan_configuration_arn @scan_configuration_arn end |
#scan_name ⇒ ::String
Returns the value of attribute scan_name.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def scan_name @scan_name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
2799 2800 2801 |
# File 'sig/types.rbs', line 2799 def schedule @schedule end |
#security_level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute security_level.
2798 2799 2800 |
# File 'sig/types.rbs', line 2798 def security_level @security_level end |
#targets ⇒ Types::UpdateCisTargets
Returns the value of attribute targets.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def targets @targets end |