Class: Aws::Imagebuilder::Types::ListWorkflowExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWorkflowExecutionsResponse
- 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 resource ARN of the image build version for which you requested a list of workflow runtime details.
-
#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.
-
#workflow_executions ⇒ Array<Types::WorkflowExecutionMetadata>
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
Instance Attribute Details
#image_build_version_arn ⇒ String
The resource ARN of the image build version for which you requested a list of workflow runtime details.
6743 6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6743 class ListWorkflowExecutionsResponse < Struct.new( :request_id, :workflow_executions, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The output message from the list action, if applicable.
6743 6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6743 class ListWorkflowExecutionsResponse < Struct.new( :request_id, :workflow_executions, :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.
6743 6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6743 class ListWorkflowExecutionsResponse < Struct.new( :request_id, :workflow_executions, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
6743 6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6743 class ListWorkflowExecutionsResponse < Struct.new( :request_id, :workflow_executions, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_executions ⇒ Array<Types::WorkflowExecutionMetadata>
Contains an array of runtime details that represents each time a workflow ran for the requested image build version.
6743 6744 6745 6746 6747 6748 6749 6750 6751 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6743 class ListWorkflowExecutionsResponse < Struct.new( :request_id, :workflow_executions, :image_build_version_arn, :message, :next_token) SENSITIVE = [] include Aws::Structure end |