Class: Aws::Imagebuilder::Types::DeleteLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteLifecyclePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle_policy_arn ⇒ String
The ARN of the lifecycle policy that was deleted.
Instance Attribute Details
#lifecycle_policy_arn ⇒ String
The ARN of the lifecycle policy that was deleted.
2234 2235 2236 2237 2238 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2234 class DeleteLifecyclePolicyResponse < Struct.new( :lifecycle_policy_arn) SENSITIVE = [] include Aws::Structure end |