Class: Aws::Inspector2::Types::DeleteCisScanConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DeleteCisScanConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_configuration_arn ⇒ String
The ARN of the CIS scan configuration.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The ARN of the CIS scan configuration.
4269 4270 4271 4272 4273 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4269 class DeleteCisScanConfigurationRequest < Struct.new( :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |