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)


6500
6501
6502
6503
6504
6505
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6500

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:



6500
6501
6502
6503
6504
6505
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6500

class ListWorkflowBuildVersionsResponse < Struct.new(
  :workflow_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end