Class: Aws::Inspector2::Types::UpdateCisScanConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateCisScanConfigurationRequest
- 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.
-
#scan_name ⇒ String
The scan name for the CIS scan configuration.
-
#schedule ⇒ Types::Schedule
The schedule for the CIS scan configuration.
-
#security_level ⇒ String
The security level for the CIS scan configuration.
-
#targets ⇒ Types::UpdateCisTargets
The targets for the CIS scan configuration.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The CIS scan configuration ARN.
6965 6966 6967 6968 6969 6970 6971 6972 6973 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6965 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :schedule, :security_level, :targets) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The scan name for the CIS scan configuration.
6965 6966 6967 6968 6969 6970 6971 6972 6973 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6965 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :schedule, :security_level, :targets) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule for the CIS scan configuration.
6965 6966 6967 6968 6969 6970 6971 6972 6973 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6965 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :schedule, :security_level, :targets) SENSITIVE = [] include Aws::Structure end |
#security_level ⇒ String
The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile.
6965 6966 6967 6968 6969 6970 6971 6972 6973 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6965 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :schedule, :security_level, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Types::UpdateCisTargets
The targets for the CIS scan configuration.
6965 6966 6967 6968 6969 6970 6971 6972 6973 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6965 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :schedule, :security_level, :targets) SENSITIVE = [] include Aws::Structure end |