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.



2866
2867
2868
2869
2870
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2866

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