Class: Aws::CodeBuild::Types::ListBuildBatchesOutput

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

#idsArray<String>

An array of strings that contains the batch build identifiers.

Returns:

  • (Array<String>)


2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-codebuild/types.rb', line 2816

class ListBuildBatchesOutput < Struct.new(
  :ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more items to return, this contains a token that is passed to a subsequent call to ‘ListBuildBatches` to retrieve the next set of items.

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-codebuild/types.rb', line 2816

class ListBuildBatchesOutput < Struct.new(
  :ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end