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 ARN that's associated with the specified runtime instance of the workflow.

Returns:

  • (String)


7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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)


7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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)


7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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)


7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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:



7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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 ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.

Returns:

  • (String)


7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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)


7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7029

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