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

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. When set to ‘0`, no deprecated images are allowed.

Returns:

  • (Integer)


20486
20487
20488
20489
20490
# File 'lib/aws-sdk-ec2/types.rb', line 20486

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