Class: Aws::Imagebuilder::Types::LifecyclePolicyDetailExclusionRulesAmis

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#is_publicBoolean

Configures whether public AMIs are excluded from the lifecycle action.

Returns:

  • (Boolean)


5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5257

class LifecyclePolicyDetailExclusionRulesAmis < Struct.new(
  :is_public,
  :regions,
  :shared_accounts,
  :last_launched,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end

#last_launchedTypes::LifecyclePolicyDetailExclusionRulesAmisLastLaunched

Specifies configuration details for Image Builder to exclude the most recent resources from lifecycle actions.



5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5257

class LifecyclePolicyDetailExclusionRulesAmis < Struct.new(
  :is_public,
  :regions,
  :shared_accounts,
  :last_launched,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

Configures Amazon Web Services Regions that are excluded from the lifecycle action.

Returns:

  • (Array<String>)


5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5257

class LifecyclePolicyDetailExclusionRulesAmis < Struct.new(
  :is_public,
  :regions,
  :shared_accounts,
  :last_launched,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end

#shared_accountsArray<String>

Specifies Amazon Web Services accounts whose resources are excluded from the lifecycle action.

Returns:

  • (Array<String>)


5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5257

class LifecyclePolicyDetailExclusionRulesAmis < Struct.new(
  :is_public,
  :regions,
  :shared_accounts,
  :last_launched,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end

#tag_mapHash<String,String>

Lists tags that should be excluded from lifecycle actions for the AMIs that have them.

Returns:

  • (Hash<String,String>)


5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5257

class LifecyclePolicyDetailExclusionRulesAmis < Struct.new(
  :is_public,
  :regions,
  :shared_accounts,
  :last_launched,
  :tag_map)
  SENSITIVE = []
  include Aws::Structure
end