Class: Aws::EC2::Types::DeprecationTimeCondition

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

Overview

The maximum period since deprecation for allowed images.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_days_since_deprecatedInteger

The maximum number of days that have elapsed since the image was deprecated. When set to 0, no deprecated images are allowed.

Returns:

  • (Integer)


19407
19408
19409
19410
19411
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19407

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