Class: Aws::Imagebuilder::Types::ListWaitingWorkflowStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWaitingWorkflowStepsResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token used for paginated responses.
-
#steps ⇒ Array<Types::WorkflowStepExecution>
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
Instance Attribute Details
#next_token ⇒ String
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.
6672 6673 6674 6675 6676 6677 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6672 class ListWaitingWorkflowStepsResponse < Struct.new( :steps, :next_token) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::WorkflowStepExecution>
An array of the workflow steps that are waiting for action in your Amazon Web Services account.
6672 6673 6674 6675 6676 6677 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6672 class ListWaitingWorkflowStepsResponse < Struct.new( :steps, :next_token) SENSITIVE = [] include Aws::Structure end |