Class: Aws::Imagebuilder::Types::ListWorkflowsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6688
6689
6690
6691
6692
6693
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6688

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

#workflow_version_listArray<Types::WorkflowVersion>

A list of workflow build versions that match the request criteria.

Returns:



6688
6689
6690
6691
6692
6693
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6688

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