Class: Aws::Imagebuilder::Types::CancelLifecycleExecutionResponse

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_execution_idString

The unique identifier for the image lifecycle runtime instance that was canceled.

Returns:

  • (String)


302
303
304
305
306
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 302

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