Class: Aws::Inspector2::Types::EcrConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EcrConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details about the ECR automated re-scan duration setting for your environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pull_date_rescan_duration ⇒ String
The rescan duration configured for image pull date.
-
#rescan_duration ⇒ String
The rescan duration configured for image push date.
Instance Attribute Details
#pull_date_rescan_duration ⇒ String
The rescan duration configured for image pull date.
2860 2861 2862 2863 2864 2865 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2860 class EcrConfiguration < Struct.new( :pull_date_rescan_duration, :rescan_duration) SENSITIVE = [] include Aws::Structure end |
#rescan_duration ⇒ String
The rescan duration configured for image push date.
2860 2861 2862 2863 2864 2865 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2860 class EcrConfiguration < Struct.new( :pull_date_rescan_duration, :rescan_duration) SENSITIVE = [] include Aws::Structure end |