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 Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (ARN) that's associated with the specified runtime instance of the workflow.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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 Amazon Resource Name (ARN) for the Image Builder workflow resource that defines the steps for this runtime instance of the workflow.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7247 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 |