Class: Aws::Imagebuilder::Types::StartImagePipelineExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::StartImagePipelineExecutionRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time.
-
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
-
#tags ⇒ Hash<String,String>
The tags for Image Builder to apply to the image resource that's created when pipeline execution starts.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier you provide to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error. 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.
8503 8504 8505 8506 8507 8508 8509 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8503 class StartImagePipelineExecutionRequest < Struct.new( :image_pipeline_arn, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
8503 8504 8505 8506 8507 8508 8509 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8503 class StartImagePipelineExecutionRequest < Struct.new( :image_pipeline_arn, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for Image Builder to apply to the image resource that's created when pipeline execution starts.
8503 8504 8505 8506 8507 8508 8509 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8503 class StartImagePipelineExecutionRequest < Struct.new( :image_pipeline_arn, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |