Class: Aws::Imagebuilder::Types::ListWorkflowStepExecutionsResponse

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

#image_build_version_arnString

The image build version resource Amazon Resource Name (ARN) that's associated with the specified runtime instance of the workflow.

Returns:

  • (String)


7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The output message from the list action, if applicable.

Returns:

  • (String)


7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

Returns:

  • (String)


7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::WorkflowStepMetadata>

Contains an array of runtime details that represents each step in this runtime instance of the workflow.

Returns:



7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_build_version_arnString

The build version Amazon Resource Name (ARN) for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.

Returns:

  • (String)


7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_execution_idString

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

Returns:

  • (String)


7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247

class ListWorkflowStepExecutionsResponse < Struct.new(
  :request_id,
  :steps,
  :workflow_build_version_arn,
  :workflow_execution_id,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end