Class: Aws::Inspector2::Types::DeleteCodeSecurityScanConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_configuration_arnString

The Amazon Resource Name (ARN) of the deleted scan configuration.

Returns:

  • (String)


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