Class: Aws::CodeBuild::Types::ListBuildBatchesInput

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



2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-codebuild/types.rb', line 2819

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-codebuild/types.rb', line 2819

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

#next_tokenString

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

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-codebuild/types.rb', line 2819

class ListBuildBatchesInput < Struct.new(
  :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)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-codebuild/types.rb', line 2819

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