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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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