Class: Aws::Inspector2::Types::UpdateCisScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateCisScanConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_configuration_arn ⇒ String
The CIS scan configuration ARN.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The CIS scan configuration ARN.
6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6981 class UpdateCisScanConfigurationResponse < Struct.new( :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |