Class: Aws::Imagebuilder::Types::UpdateLifecyclePolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_policy_arnString

The ARN of the image lifecycle policy resource that was updated.

Returns:

  • (String)


7928
7929
7930
7931
7932
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7928

class UpdateLifecyclePolicyResponse < Struct.new(
  :lifecycle_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end