Class: Aws::Imagebuilder::Types::GetLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetLifecyclePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy ⇒ Types::LifecyclePolicy
The ARN of the image lifecycle policy resource that was returned.
Instance Attribute Details
#lifecycle_policy ⇒ Types::LifecyclePolicy
The ARN of the image lifecycle policy resource that was returned.
2988 2989 2990 2991 2992 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2988 class GetLifecyclePolicyResponse < Struct.new( :lifecycle_policy) SENSITIVE = [] include Aws::Structure end |