Class: Aws::Imagebuilder::Types::CancelImageCreationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::CancelImageCreationResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The idempotency token that was used for this request.
-
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#client_token ⇒ String
The idempotency token that was used for this request.
200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 200 class CancelImageCreationResponse < Struct.new( :request_id, :client_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image whose creation has been cancelled.
200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 200 class CancelImageCreationResponse < Struct.new( :request_id, :client_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
200 201 202 203 204 205 206 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 200 class CancelImageCreationResponse < Struct.new( :request_id, :client_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |