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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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.
6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6814 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 |