Class: Aws::Imagebuilder::Types::StartImagePipelineExecutionResponse

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_tokenString

The idempotency token used to make this request idempotent.

Returns:

  • (String)


5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5889

class StartImagePipelineExecutionResponse < Struct.new(
  :request_id,
  :client_token,
  :image_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#image_build_version_arnString

The Amazon Resource Name (ARN) of the image that was created by this request.

Returns:

  • (String)


5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5889

class StartImagePipelineExecutionResponse < Struct.new(
  :request_id,
  :client_token,
  :image_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


5889
5890
5891
5892
5893
5894
5895
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5889

class StartImagePipelineExecutionResponse < Struct.new(
  :request_id,
  :client_token,
  :image_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end