Class: Aws::Imagebuilder::Types::CancelLifecycleExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CancelLifecycleExecutionRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time.
-
#lifecycle_execution_id ⇒ String
Identifies the specific runtime instance of the image lifecycle to cancel.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. 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.
292 293 294 295 296 297 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 292 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.
292 293 294 295 296 297 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 292 class CancelLifecycleExecutionRequest < Struct.new( :lifecycle_execution_id, :client_token) SENSITIVE = [] include Aws::Structure end |