Class: Aws::Imagebuilder::Types::UpdateLifecyclePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::UpdateLifecyclePolicyResponse
- 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 image lifecycle policy resource that was updated.
Instance Attribute Details
#lifecycle_policy_arn ⇒ String
The ARN of the image lifecycle policy resource that was updated.
8007 8008 8009 8010 8011 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8007 class UpdateLifecyclePolicyResponse < Struct.new( :lifecycle_policy_arn) SENSITIVE = [] include Aws::Structure end |