Class: Aws::Imagebuilder::Types::ListWorkflowStepExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWorkflowStepExecutionsResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ String
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
-
#message ⇒ String
The output message from the list action, if applicable.
-
#next_token ⇒ String
The next token used for paginated responses.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
-
#steps ⇒ Array<Types::WorkflowStepMetadata>
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
-
#workflow_build_version_arn ⇒ String
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
-
#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
#image_build_version_arn ⇒ String
The image build version resource ARN that's associated with the specified runtime instance of the workflow.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The output message from the list action, if applicable.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::WorkflowStepMetadata>
Contains an array of runtime details that represents each step in this runtime instance of the workflow.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_build_version_arn ⇒ String
The build version ARN for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) 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.
6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6629 class ListWorkflowStepExecutionsResponse < Struct.new( :request_id, :steps, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |