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

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

The client token that uniquely identifies the request.

Returns:

  • (String)


7257
7258
7259
7260
7261
7262
7263
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7257

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)


7257
7258
7259
7260
7261
7262
7263
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7257

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)


7257
7258
7259
7260
7261
7262
7263
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7257

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