Class: Aws::Inspector2::Types::EcrConfigurationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EcrConfigurationState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details about the state of the ECR scans for your environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rescan_duration_state ⇒ Types::EcrRescanDurationState
An object that contains details about the state of the ECR re-scan settings.
Instance Attribute Details
#rescan_duration_state ⇒ Types::EcrRescanDurationState
An object that contains details about the state of the ECR re-scan settings.
2876 2877 2878 2879 2880 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2876 class EcrConfigurationState < Struct.new( :rescan_duration_state) SENSITIVE = [] include Aws::Structure end |