Class: Aws::Imagebuilder::Types::CancelLifecycleExecutionRequest

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

#client_token ⇒ String

A unique, case-sensitive identifier you provide to ensure that the operation runs no more than one time. If you retry a request with the same client token, Image Builder returns the original response without running the operation again. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


308
309
310
311
312
313
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 308

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

#lifecycle_execution_id ⇒ String

Identifies the specific runtime instance of the image lifecycle to cancel.

Returns:

  • (String)


308
309
310
311
312
313
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 308

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