Class: Aws::CodeBuild::Types::ListBuildBatchesForProjectInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::BuildBatchFilter

A BuildBatchFilter object that specifies the filters for the search.



2762
2763
2764
2765
2766
2767
2768
2769
2770
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2762

class ListBuildBatchesForProjectInput < Struct.new(
  :project_name,
  :filter,
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2762
2763
2764
2765
2766
2767
2768
2769
2770
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2762

class ListBuildBatchesForProjectInput < Struct.new(
  :project_name,
  :filter,
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken value returned from a previous call to ListBuildBatchesForProject. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

Returns:

  • (String)


2762
2763
2764
2765
2766
2767
2768
2769
2770
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2762

class ListBuildBatchesForProjectInput < Struct.new(
  :project_name,
  :filter,
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project.

Returns:

  • (String)


2762
2763
2764
2765
2766
2767
2768
2769
2770
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2762

class ListBuildBatchesForProjectInput < Struct.new(
  :project_name,
  :filter,
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.

  • DESCENDING: List the batch build identifiers in descending order by identifier.

Returns:

  • (String)


2762
2763
2764
2765
2766
2767
2768
2769
2770
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2762

class ListBuildBatchesForProjectInput < Struct.new(
  :project_name,
  :filter,
  :max_results,
  :sort_order,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end