Class: Aws::Inspector2::Types::DeleteCisScanConfigurationResponse

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 ARN of the CIS scan configuration.

Returns:

  • (String)


2518
2519
2520
2521
2522
# File 'lib/aws-sdk-inspector2/types.rb', line 2518

class DeleteCisScanConfigurationResponse < Struct.new(
  :scan_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end