Class: Aws::Inspector2::Types::CreateCisScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateCisScanConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_configuration_arn ⇒ String
The scan configuration ARN for the CIS scan configuration.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The scan configuration ARN for the CIS scan configuration.
2146 2147 2148 2149 2150 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2146 class CreateCisScanConfigurationResponse < Struct.new( :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |