Class: Aws::Inspector2::Types::EcrConfigurationState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

Instance Attribute Details

#rescan_duration_stateTypes::EcrRescanDurationState

An object that contains details about the state of the ECR re-scan settings.



3812
3813
3814
3815
3816
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3812

class EcrConfigurationState < Struct.new(
  :rescan_duration_state)
  SENSITIVE = []
  include Aws::Structure
end