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

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. Set to 0 to exclude all deprecated images.

Returns:

  • (Integer)


19000
19001
19002
19003
19004
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19000

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