Class: Aws::Inspector2::Types::ProjectPeriodicScanConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ProjectPeriodicScanConfiguration
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains the periodic scan configuration settings applied to a specific project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#frequency_expression ⇒ String
The schedule expression for periodic scans, in cron format, applied to the project.
-
#rule_set_categories ⇒ Array<String>
The categories of security rules applied during periodic scans for the project.
Instance Attribute Details
#frequency_expression ⇒ String
The schedule expression for periodic scans, in cron format, applied to the project.
7262 7263 7264 7265 7266 7267 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ProjectPeriodicScanConfiguration < Struct.new( :frequency_expression, :rule_set_categories) SENSITIVE = [] include Aws::Structure end |
#rule_set_categories ⇒ Array<String>
The categories of security rules applied during periodic scans for the project.
7262 7263 7264 7265 7266 7267 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7262 class ProjectPeriodicScanConfiguration < Struct.new( :frequency_expression, :rule_set_categories) SENSITIVE = [] include Aws::Structure end |