Class: Aws::Imagebuilder::Types::LifecycleExecutionResourcesImpactedSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecycleExecutionResourcesImpactedSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains details for an image resource that was identified for a lifecycle action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#has_impacted_resources ⇒ Boolean
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
Instance Attribute Details
#has_impacted_resources ⇒ Boolean
Indicates whether an image resource that was identified for a lifecycle action has associated resources that are also impacted.
5036 5037 5038 5039 5040 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5036 class LifecycleExecutionResourcesImpactedSummary < Struct.new( :has_impacted_resources) SENSITIVE = [] include Aws::Structure end |