Class: Aws::EC2::Types::DeprecationTimeConditionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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. Set to 0 to exclude all deprecated images.

Returns:

  • (Integer)


21587
21588
21589
21590
21591
# File 'lib/aws-sdk-ec2/types.rb', line 21587

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