Class: Aws::Imagebuilder::Types::ListWorkflowExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ListWorkflowExecutionsRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ String
List all workflow runtime instances for the specified image build version resource ARN.
-
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#image_build_version_arn ⇒ String
List all workflow runtime instances for the specified image build version resource ARN.
7140 7141 7142 7143 7144 7145 7146 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7140 class ListWorkflowExecutionsRequest < Struct.new( :max_results, :next_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specify the maximum number of items to return in a request.
7140 7141 7142 7143 7144 7145 7146 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7140 class ListWorkflowExecutionsRequest < Struct.new( :max_results, :next_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
7140 7141 7142 7143 7144 7145 7146 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 7140 class ListWorkflowExecutionsRequest < Struct.new( :max_results, :next_token, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |