Class: Aws::Imagebuilder::Types::ListWorkflowExecutionsRequest

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

#image_build_version_arnString

List all workflow runtime instances for the specified image build version resource ARN.

Returns:

  • (String)


6523
6524
6525
6526
6527
6528
6529
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6523

class ListWorkflowExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :image_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


6523
6524
6525
6526
6527
6528
6529
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6523

class ListWorkflowExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :image_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


6523
6524
6525
6526
6527
6528
6529
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6523

class ListWorkflowExecutionsRequest < Struct.new(
  :max_results,
  :next_token,
  :image_build_version_arn)
  SENSITIVE = []
  include Aws::Structure
end