Class: Aws::Imagebuilder::Types::GetLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetLifecyclePolicyResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy ⇒ Types::LifecyclePolicy
The details of the lifecycle policy that the request retrieved.
Instance Attribute Details
#lifecycle_policy ⇒ Types::LifecyclePolicy
The details of the lifecycle policy that the request retrieved.
3691 3692 3693 3694 3695 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3691 class GetLifecyclePolicyResponse < Struct.new( :lifecycle_policy) SENSITIVE = [] include Aws::Structure end |