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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


2505
2506
2507
2508
2509
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2505

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