Class: Aws::Types::DisassociateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
-
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
Instance Attribute Details
#resource ⇒ Types::CodeSecurityResource
Returns the value of attribute resource.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def resource @resource end |
#scan_configuration_arn ⇒ ::String
Returns the value of attribute scan_configuration_arn.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def scan_configuration_arn @scan_configuration_arn end |