Class: Aws::Types::UpdateCodeSecurityScanConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCodeSecurityScanConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::CodeSecurityScanConfiguration
Returns the value of attribute configuration.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
Instance Attribute Details
#configuration ⇒ Types::CodeSecurityScanConfiguration
Returns the value of attribute configuration.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def configuration @configuration end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def scan_configuration_arn @scan_configuration_arn end |