Class: Aws::Imagebuilder::Types::StartImagePipelineExecutionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)


7363
7364
7365
7366
7367
7368
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7363

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

#image_pipeline_arnString

The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.

Returns:

  • (String)


7363
7364
7365
7366
7367
7368
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7363

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