Class: Aws::Types::CreateCisScanConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCisScanConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::CreateCisTargets
Returns the value of attribute targets.
Instance Attribute Details
#scan_name ⇒ ::String
Returns the value of attribute scan_name.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def scan_name @scan_name end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def schedule @schedule end |
#security_level ⇒ "LEVEL_1", "LEVEL_2"
Returns the value of attribute security_level.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def security_level @security_level end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def @tags end |
#targets ⇒ Types::CreateCisTargets
Returns the value of attribute targets.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def targets @targets end |