Class: Aws::Imagebuilder::Types::ListWorkflowBuildVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_listArray<Types::WorkflowSummary>

A list that contains metadata for the workflow builds that have run for the workflow resource specified in the request.

Returns:



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