Class: Aws::Imagebuilder::Types::ListWaitingWorkflowStepsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


6455
6456
6457
6458
6459
6460
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6455

class ListWaitingWorkflowStepsResponse < Struct.new(
  :steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stepsArray<Types::WorkflowStepExecution>

An array of the workflow steps that are waiting for action in your Amazon Web Services account.

Returns:



6455
6456
6457
6458
6459
6460
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6455

class ListWaitingWorkflowStepsResponse < Struct.new(
  :steps,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end