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

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

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.

Returns:

  • (String)


7908
7909
7910
7911
7912
7913
7914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7908

class StartImagePipelineExecutionRequest < Struct.new(
  :image_pipeline_arn,
  :client_token,
  :tags)
  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)


7908
7909
7910
7911
7912
7913
7914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7908

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

#tagsHash<String,String>

Specify tags for Image Builder to apply to the image resource that's created When it starts pipeline execution.

Returns:

  • (Hash<String,String>)


7908
7909
7910
7911
7912
7913
7914
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7908

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