Class: Aws::Imagebuilder::Types::SendWorkflowStepActionResponse

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

The client token that uniquely identifies the request.

Returns:

  • (String)


7330
7331
7332
7333
7334
7335
7336
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7330

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

#image_build_version_arnString

The Amazon Resource Name (ARN) of the image build version that received the action request.

Returns:

  • (String)


7330
7331
7332
7333
7334
7335
7336
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7330

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

#step_execution_idString

The workflow step that sent the step action.

Returns:

  • (String)


7330
7331
7332
7333
7334
7335
7336
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7330

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