Class: Aws::Imagebuilder::Types::LifecyclePolicyDetailExclusionRulesAmis
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecyclePolicyDetailExclusionRulesAmis
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Defines criteria for AMIs that are excluded from lifecycle actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_public ⇒ Boolean
Configures whether public AMIs are excluded from the lifecycle action.
-
#last_launched ⇒ Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
Specifies configuration details for Image Builder to exclude the most recent resources from lifecycle actions.
-
#regions ⇒ Array<String>
Configures Amazon Web Services Regions that are excluded from the lifecycle action.
-
#shared_accounts ⇒ Array<String>
Specifies Amazon Web Services accounts whose resources are excluded from the lifecycle action.
-
#tag_map ⇒ Hash<String,String>
Lists tags that should be excluded from lifecycle actions for the AMIs that have them.
Instance Attribute Details
#is_public ⇒ Boolean
Configures whether public AMIs are excluded from the lifecycle action.
5279 5280 5281 5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5279 class LifecyclePolicyDetailExclusionRulesAmis < Struct.new( :is_public, :regions, :shared_accounts, :last_launched, :tag_map) SENSITIVE = [] include Aws::Structure end |
#last_launched ⇒ Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
Specifies configuration details for Image Builder to exclude the most recent resources from lifecycle actions.
5279 5280 5281 5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5279 class LifecyclePolicyDetailExclusionRulesAmis < Struct.new( :is_public, :regions, :shared_accounts, :last_launched, :tag_map) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
Configures Amazon Web Services Regions that are excluded from the lifecycle action.
5279 5280 5281 5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5279 class LifecyclePolicyDetailExclusionRulesAmis < Struct.new( :is_public, :regions, :shared_accounts, :last_launched, :tag_map) SENSITIVE = [] include Aws::Structure end |
#shared_accounts ⇒ Array<String>
Specifies Amazon Web Services accounts whose resources are excluded from the lifecycle action.
5279 5280 5281 5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5279 class LifecyclePolicyDetailExclusionRulesAmis < Struct.new( :is_public, :regions, :shared_accounts, :last_launched, :tag_map) SENSITIVE = [] include Aws::Structure end |
#tag_map ⇒ Hash<String,String>
Lists tags that should be excluded from lifecycle actions for the AMIs that have them.
5279 5280 5281 5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5279 class LifecyclePolicyDetailExclusionRulesAmis < Struct.new( :is_public, :regions, :shared_accounts, :last_launched, :tag_map) SENSITIVE = [] include Aws::Structure end |