Class: Aws::Inspector2::Types::EcrRescanDurationState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Details about the state of your ECR re-scan duration settings. The ECR re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector. When the number of days since an image was last pushed exceeds the duration configured for image pull date, and the duration configured for image pull date, the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pull_date_rescan_durationString

The rescan duration configured for image pull date.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
3909
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3901

class EcrRescanDurationState < Struct.new(
  :pull_date_rescan_duration,
  :pull_date_rescan_mode,
  :rescan_duration,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#pull_date_rescan_modeString

The pull date for the re-scan mode.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
3909
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3901

class EcrRescanDurationState < Struct.new(
  :pull_date_rescan_duration,
  :pull_date_rescan_mode,
  :rescan_duration,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#rescan_durationString

The rescan duration configured for image push date.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
3909
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3901

class EcrRescanDurationState < Struct.new(
  :pull_date_rescan_duration,
  :pull_date_rescan_mode,
  :rescan_duration,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of changes to the ECR automated re-scan duration.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
3909
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3901

class EcrRescanDurationState < Struct.new(
  :pull_date_rescan_duration,
  :pull_date_rescan_mode,
  :rescan_duration,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

A timestamp representing when the last time the ECR scan duration setting was changed.

Returns:



3901
3902
3903
3904
3905
3906
3907
3908
3909
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3901

class EcrRescanDurationState < Struct.new(
  :pull_date_rescan_duration,
  :pull_date_rescan_mode,
  :rescan_duration,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end