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.
7107 7108 7109 7110 7111 7112 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7107 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.
7107 7108 7109 7110 7111 7112 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7107 class ListWorkflowBuildVersionsResponse < Struct.new( :workflow_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |