Class: Aws::Imagebuilder::Types::ListWorkflowStepExecutionsRequest

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


6584
6585
6586
6587
6588
6589
6590
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6584

class ListWorkflowStepExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :workflow_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


6584
6585
6586
6587
6588
6589
6590
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6584

class ListWorkflowStepExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :workflow_execution_id)
  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)


6584
6585
6586
6587
6588
6589
6590
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6584

class ListWorkflowStepExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :workflow_execution_id)
  SENSITIVE = []
  include Aws::Structure
end