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 Amazon Resource Name (ARN) of the image lifecycle policy resource that was returned.
Instance Attribute Details
#lifecycle_policy ⇒ Types::LifecyclePolicy
The Amazon Resource Name (ARN) of the image lifecycle policy resource that was returned.
3278 3279 3280 3281 3282 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3278 class GetLifecyclePolicyResponse < Struct.new( :lifecycle_policy) SENSITIVE = [] include Aws::Structure end |