Class: Aws::Imagebuilder::Types::ResourceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ResourceState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The current state of an impacted resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Shows the current lifecycle policy action that was applied to an impacted resource.
Instance Attribute Details
#status ⇒ String
Shows the current lifecycle policy action that was applied to an impacted resource.
7110 7111 7112 7113 7114 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7110 class ResourceState < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |