Class: Aws::Imagebuilder::Types::CancelImageCreationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CancelImageCreationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request.
-
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier you provide to ensure idempotency of the request. 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.
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
202 203 204 205 206 207 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 202 class CancelImageCreationRequest < Struct.new( :image_build_version_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image that you want to cancel creation for.
202 203 204 205 206 207 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 202 class CancelImageCreationRequest < Struct.new( :image_build_version_arn, :client_token) SENSITIVE = [] include Aws::Structure end |