Class: Aws::Imagebuilder::Types::SendWorkflowStepActionRequest

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

#actionString

The action for the image creation process to take while a workflow WaitForAction step waits for an asynchronous action to complete.

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
7239
7240
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7232

class SendWorkflowStepActionRequest < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :action,
  :reason,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


7232
7233
7234
7235
7236
7237
7238
7239
7240
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7232

class SendWorkflowStepActionRequest < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :action,
  :reason,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#image_build_version_arnString

The Amazon Resource Name (ARN) of the image build version to send action for.

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
7239
7240
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7232

class SendWorkflowStepActionRequest < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :action,
  :reason,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason why this action is sent.

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
7239
7240
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7232

class SendWorkflowStepActionRequest < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :action,
  :reason,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#step_execution_idString

Uniquely identifies the workflow step that sent the step action.

Returns:

  • (String)


7232
7233
7234
7235
7236
7237
7238
7239
7240
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7232

class SendWorkflowStepActionRequest < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :action,
  :reason,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end