Class: Aws::Imagebuilder::Types::ListWorkflowBuildVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWorkflowBuildVersionsResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token used for paginated responses.
-
#workflow_summary_list ⇒ Array<Types::WorkflowSummary>
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
Instance Attribute Details
#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.
6685 6686 6687 6688 6689 6690 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6685 class ListWorkflowBuildVersionsResponse < Struct.new( :workflow_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_summary_list ⇒ Array<Types::WorkflowSummary>
A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.
6685 6686 6687 6688 6689 6690 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6685 class ListWorkflowBuildVersionsResponse < Struct.new( :workflow_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |