Class: Aws::Inspector2::Types::DeleteCodeSecurityScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DeleteCodeSecurityScanConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted scan configuration.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted scan configuration.
3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3446 class DeleteCodeSecurityScanConfigurationResponse < Struct.new( :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |