Class: Aws::Imagebuilder::Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Defines criteria to exclude AMIs from lifecycle actions based on the last time they were used to launch an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
Defines the unit of time that the lifecycle policy uses to calculate elapsed time since the last instance launched from the AMI.
-
#value ⇒ Integer
The integer number of units for the time period.
Instance Attribute Details
#unit ⇒ String
Defines the unit of time that the lifecycle policy uses to calculate elapsed time since the last instance launched from the AMI. For example: days, weeks, months, or years.
5305 5306 5307 5308 5309 5310 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5305 class LifecyclePolicyDetailExclusionRulesAmisLastLaunched < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The integer number of units for the time period. For example 6
(months).
5305 5306 5307 5308 5309 5310 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5305 class LifecyclePolicyDetailExclusionRulesAmisLastLaunched < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |