Class: Aws::Imagebuilder::Types::DeleteLifecyclePolicyResponse

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 Amazon Resource Name (ARN) of the lifecycle policy that was deleted.

Returns:

  • (String)


2410
2411
2412
2413
2414
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2410

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