Class: Aws::Imagebuilder::Types::ListWorkflowExecutionsResponse

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 resource ARN of the image build version for which you requested a list of workflow runtime details.

Returns:

  • (String)


6247
6248
6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6247

class ListWorkflowExecutionsResponse < Struct.new(
  :request_id,
  :workflow_executions,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The output message from the list action, if applicable.

Returns:

  • (String)


6247
6248
6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6247

class ListWorkflowExecutionsResponse < Struct.new(
  :request_id,
  :workflow_executions,
  :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)


6247
6248
6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6247

class ListWorkflowExecutionsResponse < Struct.new(
  :request_id,
  :workflow_executions,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


6247
6248
6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6247

class ListWorkflowExecutionsResponse < Struct.new(
  :request_id,
  :workflow_executions,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_executionsArray<Types::WorkflowExecutionMetadata>

Contains an array of runtime details that represents each time a workflow ran for the requested image build version.



6247
6248
6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6247

class ListWorkflowExecutionsResponse < Struct.new(
  :request_id,
  :workflow_executions,
  :image_build_version_arn,
  :message,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end