Class: Aws::Imagebuilder::Types::ListWorkflowStepExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWorkflowStepExecutionsRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#workflow_execution_id ⇒ String
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
Instance Attribute Details
#max_results ⇒ Integer
The maximum items to return in a request.
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_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
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_id ⇒ String
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
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 |