Class: Aws::Imagebuilder::Types::ListWorkflowBuildVersionsRequest

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

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6478

class ListWorkflowBuildVersionsRequest < Struct.new(
  :workflow_version_arn,
  :max_results,
  :next_token)
  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)


6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6478

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

#workflow_version_arnString

The Amazon Resource Name (ARN) of the workflow resource for which to get a list of build versions.

Returns:

  • (String)


6478
6479
6480
6481
6482
6483
6484
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6478

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